Releases: tox-dev/sphinx-argparse-cli
Releases · tox-dev/sphinx-argparse-cli
1.6.0: Implement ability to use ref to refer to content generated
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
1.5.2: Prefer parser description over help message
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
1.5.1
Remove docutils-stubs dependency
Display variable name for nargs>0
Display the metavar (fallback to dest) if the action has more than one argument (this is inline with how usage is displayed).
Bold options
Command line arguments are now bold to highlight them even further from the help text.
Better help text
- Add support for changing the usage width via the
usage_width
option on the directive - Mark document as always needs an update (as the underlying content is coming from outside the sphinx documents)
- Help messages are now interpreted as reStructuredText
- Matching curly braces, single and double quotes in help text will be marked as string literals
- Help messages containing the
default(s)
word do not show the default value (as often this indicates the default is already documented in the help text)
Support for changing/removing the title
Add changelog Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Support for the prog configuration
1.1.0 Add option to especify 'prog' (#1)