We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809d667 commit 41e9ce2Copy full SHA for 41e9ce2
docs/features/help.rst
@@ -52,7 +52,9 @@ Occasionally there might be an unusual circumstance where providing static help
52
text isn't good enough and you want to provide dynamic information in the help
53
text for a command. To meet this need, if a ``help_foo`` method is defined to
54
match the ``do_foo`` method, then that method will be used to provide the help
55
-for command **foo**.
+for command **foo**. This dynamic help is only supported for commands which
56
+do not use an ``argparse`` decorator because didn't want different output for
57
+``help cmd`` than for ``cmd -h``.
58
59
Categorizing Commands
60
---------------------
0 commit comments