Skip to content

Commit 3b17296

Browse files
committed
Add new options to the usage
1 parent 382e500 commit 3b17296

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/usage.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ Nesting level is unlimited::
8989
Other useful directives
9090
-----------------------
9191

92-
:nodefault: will hide all default values of options.
92+
:nodefault: Do not show any default values.
9393

9494
: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

Comments
 (0)