Skip to content

Feature Request: Add non-interactive flag (--yes?) to ore claim command #186

@Strider3099

Description

@Strider3099

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions