1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-15 06:45:59 +00:00

chore(python): add description to nostr commands group

[no changelog]
This commit is contained in:
M1nd3r 2025-03-11 15:22:29 +01:00 committed by Petr Sedláček
parent b5053d9f6e
commit ec4fbecc1d

View File

@ -33,7 +33,7 @@ PATH_TEMPLATE = "m/44h/1237h/{}h/0/0"
@click.group(name="nostr")
def cli() -> None:
pass
"""Nostr commands."""
@cli.command()