Skip to content

Commit

Permalink
Add new options to the usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Mar 29, 2017
1 parent 382e500 commit 3b17296
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ Nesting level is unlimited::
Other useful directives
-----------------------

:nodefault: will hide all default values of options.
:nodefault: Do not show any default values.

:nodefaultconst: Like nodefault:, except it applies only to arguments of types `store_const`, `store_true` and `store_false`.

:nosubcommands: Do not show subcommands.

:noepilogue: Do not parse the epilogue, which can be useful if it contains text that could be incorrectly parse as reStructuredText.

:nodescription: Do not parse the description, which can be useful if it contains text that could be incorrectly parse as reStructuredText.

0 comments on commit 3b17296

Please sign in to comment.