autonity / autonity-cli

Command line interface to interact with Autonity
MIT License
11 stars 10 forks source link

Resolve clashing `-f` short options for `aut account verify-signature` #171

Closed szemate closed 2 weeks ago

szemate commented 2 weeks ago

The aut account verify-signature command has 2 options with -f as short option. Change the short option of --use-message-file from -f to -m, and keep -f for --from as also used with other commands.

Resolves #170.