mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-21 20:12:02 +00:00
docs(python): regenerate OPTIONS.rst
This commit is contained in:
parent
535950ac29
commit
b2098ff03f
@ -37,11 +37,11 @@ on one page here.
|
|||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
|
benchmark Benchmark commands.
|
||||||
binance Binance Chain commands.
|
binance Binance Chain commands.
|
||||||
btc Bitcoin and Bitcoin-like coins commands.
|
btc Bitcoin and Bitcoin-like coins commands.
|
||||||
cardano Cardano commands.
|
cardano Cardano commands.
|
||||||
clear-session Clear session (remove cached PIN, passphrase, etc.).
|
clear-session Clear session (remove cached PIN, passphrase, etc.).
|
||||||
cosi CoSi (Cothority / collective signing) commands.
|
|
||||||
crypto Miscellaneous cryptography features.
|
crypto Miscellaneous cryptography features.
|
||||||
debug Miscellaneous debug features.
|
debug Miscellaneous debug features.
|
||||||
device Device management commands - setup, recover seed, wipe, etc.
|
device Device management commands - setup, recover seed, wipe, etc.
|
||||||
@ -64,6 +64,26 @@ on one page here.
|
|||||||
version Show version of trezorctl/trezorlib.
|
version Show version of trezorctl/trezorlib.
|
||||||
wait-for-emulator Wait until Trezor Emulator comes up.
|
wait-for-emulator Wait until Trezor Emulator comes up.
|
||||||
|
|
||||||
|
Benchmark commands.
|
||||||
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
trezorctl benchmark --help
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
Usage: trezorctl benchmark [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
|
Benchmark commands.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--help Show this message and exit.
|
||||||
|
|
||||||
|
Commands:
|
||||||
|
list-names List names of all supported benchmarks
|
||||||
|
run Run benchmark
|
||||||
|
|
||||||
Binance Chain commands.
|
Binance Chain commands.
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -131,26 +151,6 @@ Cardano commands.
|
|||||||
get-public-key Get Cardano public key.
|
get-public-key Get Cardano public key.
|
||||||
sign-tx Sign Cardano transaction.
|
sign-tx Sign Cardano transaction.
|
||||||
|
|
||||||
CoSi (Cothority / collective signing) commands.
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
.. code::
|
|
||||||
|
|
||||||
trezorctl cosi --help
|
|
||||||
|
|
||||||
.. code::
|
|
||||||
|
|
||||||
Usage: trezorctl cosi [OPTIONS] COMMAND [ARGS]...
|
|
||||||
|
|
||||||
CoSi (Cothority / collective signing) commands.
|
|
||||||
|
|
||||||
Options:
|
|
||||||
--help Show this message and exit.
|
|
||||||
|
|
||||||
Commands:
|
|
||||||
commit Ask device to commit to CoSi signing.
|
|
||||||
sign Ask device to sign using CoSi.
|
|
||||||
|
|
||||||
Miscellaneous cryptography features.
|
Miscellaneous cryptography features.
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -189,6 +189,7 @@ Miscellaneous debug features.
|
|||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
|
optiga-set-sec-max Set Optiga's security event counter to maximum.
|
||||||
prodtest-t1 Perform a prodtest on Model One.
|
prodtest-t1 Perform a prodtest on Model One.
|
||||||
record Record screen changes into a specified directory.
|
record Record screen changes into a specified directory.
|
||||||
send-bytes Send raw bytes to Trezor.
|
send-bytes Send raw bytes to Trezor.
|
||||||
|
Loading…
Reference in New Issue
Block a user