1
0
Files
electrum/tests
ThomasV e67cb560f6 Commands: add option documentation in docstring.
This allows plugins to document the commands they add.

The docstring is parsed as a regular expression:

    arg:<type>:<name>:<description>\n

Types are defined in commands.arg_types.

Note that this commit removes support for single letter
shortcuts in command options.

If a command is not properly documented, a warning is issued
with print(), because no logger is available at this point.
2025-03-19 13:03:38 +01:00
..
2025-03-19 11:59:05 +01:00
2024-04-24 14:14:31 +00:00
2025-02-19 14:29:02 +01:00
2024-06-10 20:22:20 +00:00