Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Some questions cannot be answered from the command line #374

@segfaultxavi

Description

@segfaultxavi

For example, account generate always asks Do you want to save the account?. The Yes answer can be provided from the command line via --save, but there is no way to provide the No answer.
Another example, all transaction commands ask Do you want to announce this transaction?. The Yes answer can be provided from the command line via --announce, but there is no way to provide the No answer.

A possible solution would be that these parameters (--save and --announce) accepted a negative version (--no-save and --no-announce) so the question can be skipped completely.

This is useful for guides and unattended scripts.

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