mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
8e4de5e929
Instead of all commands (like `load-device`, `change-pin`, `tezos-sign-tx`, `ethereum-verify-message`...) living in trezorctl.py, each functional group is now defined in a separate file. With that, better structuring of the trezorctl command becomes available: - instead of `trezorctl set-label`, use `trezorctl set label` - instead of `trezorctl change-pin`, use `trezorctl set pin` - instead of `trezorctl enable-passphrase`, use `trezorctl set passphrase enabled` For common commands, such as `sign-tx`, it is possible to use the currency name or shortcut: - `trezorctl btc sign-tx` - `trezorctl ethereum sign-tx` - `trezorctl xtz sign-tx` - `trezorctl doge sign-tx` etc. Some aliases have been retained for better compatibility. For others, refer to `trezorctl --help` and `trezorctl <command> --help`. |
||
---|---|---|
.. | ||
__init__.py | ||
binance.py | ||
btc.py | ||
cardano.py | ||
cosi.py | ||
crypto.py | ||
device.py | ||
eos.py | ||
ethereum.py | ||
firmware.py | ||
lisk.py | ||
monero.py | ||
nem.py | ||
ripple.py | ||
settings.py | ||
stellar.py | ||
tezos.py | ||
trezorctl.py | ||
webauthn.py |