mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-20 13:38:11 +00:00
chore(python/docs): update OPTIONS.rst (nostr, ble)
[no changelog]
This commit is contained in:
parent
5194e1e10b
commit
9d9f3732a3
@ -38,6 +38,7 @@ on one page here.
|
|||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
benchmark Benchmark commands.
|
benchmark Benchmark commands.
|
||||||
|
ble BLE 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.).
|
||||||
@ -53,6 +54,7 @@ on one page here.
|
|||||||
list List connected Trezor devices.
|
list List connected Trezor devices.
|
||||||
monero Monero commands.
|
monero Monero commands.
|
||||||
nem NEM commands.
|
nem NEM commands.
|
||||||
|
nostr Nostr commands.
|
||||||
ping Send ping message.
|
ping Send ping message.
|
||||||
ripple Ripple commands.
|
ripple Ripple commands.
|
||||||
set Device settings.
|
set Device settings.
|
||||||
@ -83,6 +85,25 @@ Benchmark commands.
|
|||||||
list-names List names of all supported benchmarks
|
list-names List names of all supported benchmarks
|
||||||
run Run benchmark
|
run Run benchmark
|
||||||
|
|
||||||
|
BLE commands.
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
trezorctl ble --help
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
Usage: trezorctl ble [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
|
BLE commands.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--help Show this message and exit.
|
||||||
|
|
||||||
|
Commands:
|
||||||
|
unpair Erase bond of currently connected device, or all devices (on device side)
|
||||||
|
|
||||||
Bitcoin and Bitcoin-like coins commands.
|
Bitcoin and Bitcoin-like coins commands.
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -346,6 +367,26 @@ NEM commands.
|
|||||||
get-address Get NEM address for specified path.
|
get-address Get NEM address for specified path.
|
||||||
sign-tx Sign (and optionally broadcast) NEM transaction.
|
sign-tx Sign (and optionally broadcast) NEM transaction.
|
||||||
|
|
||||||
|
Nostr commands.
|
||||||
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
trezorctl nostr --help
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
Usage: trezorctl nostr [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
|
Nostr commands.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--help Show this message and exit.
|
||||||
|
|
||||||
|
Commands:
|
||||||
|
get-pubkey Return the pubkey derived by the given path.
|
||||||
|
sign-event Sign an event using the key derived by the given path.
|
||||||
|
|
||||||
Ripple commands.
|
Ripple commands.
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user