python: regenerate OPTIONS.rst

pull/919/head
matejcik 4 years ago
parent fabd504b77
commit 687c32e267

@ -29,6 +29,8 @@ on one page here.
-p, --path TEXT Select device by specific path. -p, --path TEXT Select device by specific path.
-v, --verbose Show communication messages. -v, --verbose Show communication messages.
-j, --json Print result as JSON object -j, --json Print result as JSON object
-P, --passphrase-on-host Enter passphrase on host.
-s, --session-id HEX Resume given session ID.
--version Show the version and exit. --version Show the version and exit.
--help Show this message and exit. --help Show this message and exit.
@ -39,12 +41,14 @@ on one page here.
clear-session Clear session (remove cached PIN, passphrase, etc.). clear-session Clear session (remove cached PIN, passphrase, etc.).
cosi CoSi (Cothority / collective signing) commands. cosi CoSi (Cothority / collective signing) commands.
crypto Miscellaneous cryptography features. crypto Miscellaneous cryptography features.
debug Miscellaneous debug features.
device Device management commands - setup, recover seed, wipe, etc. device Device management commands - setup, recover seed, wipe, etc.
eos EOS commands. eos EOS commands.
ethereum Ethereum commands. ethereum Ethereum commands.
fido FIDO2, U2F and WebAuthN management commands. fido FIDO2, U2F and WebAuthN management commands.
firmware-update Upload new firmware to device. firmware-update Upload new firmware to device.
get-features Retrieve device features and settings. get-features Retrieve device features and settings.
get-session Get a session ID for subsequent commands.
lisk Lisk commands. lisk Lisk commands.
list List connected Trezor devices. list List connected Trezor devices.
monero Monero commands. monero Monero commands.
@ -56,6 +60,7 @@ on one page here.
tezos Tezos commands. tezos Tezos commands.
usb-reset Perform USB reset on stuck devices. usb-reset Perform USB reset on stuck devices.
version Show version of trezorctl/trezorlib. version Show version of trezorctl/trezorlib.
wait-for-emulator Wait until Trezor Emulator comes up.
Binance Chain commands. Binance Chain commands.
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
@ -163,6 +168,25 @@ Miscellaneous cryptography features.
encrypt-keyvalue Encrypt value by given key and path. encrypt-keyvalue Encrypt value by given key and path.
get-entropy Get random bytes from device. get-entropy Get random bytes from device.
Miscellaneous debug features.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code::
trezorctl debug --help
.. code::
Usage: trezorctl debug [OPTIONS] COMMAND [ARGS]...
Miscellaneous debug features.
Options:
--help Show this message and exit.
Commands:
show-text Show text on Trezor display.
Device management commands - setup, recover seed, wipe, etc. Device management commands - setup, recover seed, wipe, etc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@ -3,3 +3,4 @@ These scripts automate some tasks related to release process.
* __`relicence.py`__ rewrites licence headers in all non-empty Python files * __`relicence.py`__ rewrites licence headers in all non-empty Python files
* __`linkify-changelog.py`__ generates Markdown links to github issues/PRs in changelog * __`linkify-changelog.py`__ generates Markdown links to github issues/PRs in changelog
* __`bump-required-fw-versions.py`__ downloads latest firmware versions and updates trezorlib requirements * __`bump-required-fw-versions.py`__ downloads latest firmware versions and updates trezorlib requirements
* __`make-options-rst.py`__ runs all `trezorctl` commands with the `--help` option and concatenates output as `OPTIONS.rst`

Loading…
Cancel
Save