Skip to content

Releases: tox-dev/sphinx-argparse-cli

1.8.0

03 Oct 01:50
d3975fe

Choose a tag to compare

Add support for 3.10 (#13)

Add custom subsection group prefix title support

07 Jun 10:38
7d80aeb

Choose a tag to compare

Bump pre-commit

Signed-off-by: Bernát Gábor <[email protected]>

1.6.0: Implement ability to use ref to refer to content generated

15 Apr 09:32
50a092f

Choose a tag to compare

1.5.2: Prefer parser description over help message

14 Apr 23:09
17c6a96

Choose a tag to compare

1.5.1

09 Apr 23:33
705df0d

Choose a tag to compare

Remove docutils-stubs dependency

Display variable name for nargs>0

13 Feb 15:24
16dd132

Choose a tag to compare

Display the metavar (fallback to dest) if the action has more than one argument (this is inline with how usage is displayed).

Bold options

13 Feb 12:07
c13e806

Choose a tag to compare

Command line arguments are now bold to highlight them even further from the help text.

Better help text

13 Feb 11:53
be4e5d9

Choose a tag to compare

  • 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

05 Feb 13:38
7c031a1

Choose a tag to compare

Add changelog

Signed-off-by: Bernát Gábor <[email protected]>

Support for the prog configuration

05 Feb 12:06
33be00d

Choose a tag to compare

1.1.0

Add option to especify 'prog' (#1)