From 9d9f3732a318505dbaa104a6fbfd5d6ac121ea3d Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Fri, 4 Jul 2025 10:40:47 +0200 Subject: [PATCH] chore(python/docs): update OPTIONS.rst (nostr, ble) [no changelog] --- python/docs/OPTIONS.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst index 035fca1b67..129ba25f79 100644 --- a/python/docs/OPTIONS.rst +++ b/python/docs/OPTIONS.rst @@ -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. ~~~~~~~~~~~~~~~~