You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Within the reStructuredText files use the `sphinx_argparse_cli` directive that t
39
39
| description | (optional) when provided, overwrites the description and when empty, will not be included |
40
40
| epilog | (optional) when provided, overwrites the epilog and when empty, will not be included |
41
41
| usage_width | (optional) how large should usage examples be - defaults to 100 character |
42
+
| usage_first | (optional) show usage before description |
42
43
| group_title_prefix | (optional) groups subsections title prefixes, accepts the string `{prog}` as a replacement for the program name - defaults to `{prog}`|
43
44
| group_sub_title_prefix | (optional) subcommands groups subsections title prefixes, accepts replacement of `{prog}` and `{subcommand}` for program and subcommand name - defaults to `{prog} {subcommand}`|
44
45
| no_default_values | (optional) suppresses generation of `default` entries |
0 commit comments