You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --from flag is mandatory for each tx command unless set as a positional argument.
AutoCLI has access to the keyring and uses it for resolving key names in commands.
We can improve the UX of AutoCLI commands, and automatically set the --from flag if there is only one key in the keyring.
This would avoid to always need to specify the --from flag.
Summary
The
--from
flag is mandatory for each tx command unless set as a positional argument.AutoCLI has access to the keyring and uses it for resolving key names in commands.
We can improve the UX of AutoCLI commands, and automatically set the
--from
flag if there is only one key in the keyring.This would avoid to always need to specify the
--from
flag.ref: #17913 (comment)
Problem Definition
No response
Proposed Feature
Automatically set
--from
flag if one key in keyring in AutoCLI.We should check if this works well and is not annoying with a keyring with a password.
The text was updated successfully, but these errors were encountered: