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 382e500 commit 3b17296Copy full SHA for 3b17296
docs/usage.rst
@@ -89,6 +89,12 @@ Nesting level is unlimited::
89
Other useful directives
90
-----------------------
91
92
-:nodefault: will hide all default values of options.
+:nodefault: Do not show any default values.
93
94
:nodefaultconst: Like nodefault:, except it applies only to arguments of types `store_const`, `store_true` and `store_false`.
95
+
96
+:nosubcommands: Do not show subcommands.
97
98
+:noepilogue: Do not parse the epilogue, which can be useful if it contains text that could be incorrectly parse as reStructuredText.
99
100
+:nodescription: Do not parse the description, which can be useful if it contains text that could be incorrectly parse as reStructuredText.
0 commit comments