-
-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trezorctl: unify option arguments #1130
Comments
Commands for
Check that all these commands take an arguments In the case of In the case of |
QA NOK - commands trezorctl set passphrase is not valid, nor is trezorctl device sd-protect Info List of tried commands: |
@wendys-cats With @matejcik I think we agreed that we will not be supporting default arguments in these commands, so without |
Correct. I don't think these commands worked without argument before, so this result is OK from my side. |
Right, I tried it on
|
Great, changing to QA OK then :) |
due to the development history, similar subcommands in
trezorctl
have wildly different parameter conventions:trezorctl set pin
. To disable pin, usetrezorctl set pin -r
trezorctl set passphrase enabled
. To disable,trezorctl set passphrase disabled
trezorctl device sd-protect enable
. To disable, usetrezorctl device sd-protect disable
we should come up with a set of guidelines and make sure all commands conform to them.
The text was updated successfully, but these errors were encountered: