This commit is contained in:
Philippe Teuwen
2023-10-11 10:28:45 +02:00
parent ffb6e00f1e
commit 4fe9e1ea5b
7 changed files with 48 additions and 60 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ class CLITree:
:param name: Name of the command (e.g. "set")
:param help_text: Hint displayed for the command
:param fullname: Full name of the command that includes previous commands (e.g. "hw mode set")
:param fullname: Full name of the command that includes previous commands (e.g. "hw settings animation")
:param cls: A BaseCLIUnit instance handling the command
"""