File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
methods allow developers to enable custom tab completion behavior for a given parser by using a custom
9
9
` ArgparseCompleter ` -based class.
10
10
* Added ` ap_completer_type ` keyword arg to ` Cmd2ArgumentParser.__init__() ` which saves a call
11
- to ` set_ap_completer_type() ` . This keyword will also work in ` add_parser() ` when creating subcommands.
11
+ to ` set_ap_completer_type() ` . This keyword will also work with ` add_parser() ` when creating subcommands
12
+ if the base command's parser is a ` Cmd2ArgumentParser ` .
12
13
* New function ` register_argparse_argument_parameter() ` allows developers to specify custom
13
14
parameters to be passed to the argparse parser's ` add_argument() ` method. These parameters will
14
15
become accessible in the resulting argparse Action object when modifying ` ArgparseCompleter ` behavior.
You can’t perform that action at this time.
0 commit comments