-
Notifications
You must be signed in to change notification settings - Fork 664
Description
The ore claim command currently requires interactive confirmation (Confirm? [y/N]) before proceeding, which prevents its use in automated workflows.
I tried adding common flags like --yes to the command (ore --keypair --rpc claim --yes ), but it appears the CLI interprets --yes as part of the amount argument, leading to an error (error: invalid value '--yes' for '').
Could you please consider adding a flag (e.g., --yes, --non-interactive, --force) to the ore claim command to bypass the interactive confirmation prompt? This would significantly help developers looking to build tools or automated systems around ORE claiming.
Alternatively, if a non-interactive method for claiming already exists, could you please update the documentation or CLI help text (ore claim --help) to include instructions on how to use it?
Thank you for considering this request!