File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## 1.2.0 (2021-02-05)
6
+
7
+ - Add support for changing (removing) the title via the ` title ` attribute of the directive.
8
+
9
+ ## 1.1.0 (2021-02-05)
10
+
11
+ - Add support for setting the ` prog ` of the parser via the a ` prog ` attribute of the directive.
12
+
5
13
## 1.0.0 (2021-02-05)
6
14
7
15
- First version.
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ Within the reStructuredText files use the `sphinx_argparse_cli` directive that t
37
37
- a no argument function within that module that once called returns the constructed
38
38
[ argparse] ( https://docs.python.org/3/library/argparse.html ) parser
39
39
- (optional) a program name that overwrites the autodiscovered running argument parser
40
- - (optional) a ` :title: ` argument which, when provided, overwrites the
41
- ` <prog> - CLI interface ` title added by default and when empty, will not be included
40
+ - (optional) a ` :title: ` argument which, when provided, overwrites the ` <prog> - CLI interface ` title added by default
41
+ and when empty, will not be included
42
42
43
43
``` rst
44
44
.. sphinx_argparse_cli::
You can’t perform that action at this time.
0 commit comments