1
0
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:
M1nd3r 2025-07-04 10:40:47 +02:00 committed by Petr Sedláček
parent 5194e1e10b
commit 9d9f3732a3

View File

@ -38,6 +38,7 @@ on one page here.
Commands:
benchmark Benchmark commands.
ble BLE commands.
btc Bitcoin and Bitcoin-like coins commands.
cardano Cardano commands.
clear-session Clear session (remove cached PIN, passphrase, etc.).
@ -53,6 +54,7 @@ on one page here.
list List connected Trezor devices.
monero Monero commands.
nem NEM commands.
nostr Nostr commands.
ping Send ping message.
ripple Ripple commands.
set Device settings.
@ -83,6 +85,25 @@ Benchmark commands.
list-names List names of all supported benchmarks
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -346,6 +367,26 @@ NEM commands.
get-address Get NEM address for specified path.
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.
~~~~~~~~~~~~~~~~