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 88 methods allow developers to enable custom tab completion behavior for a given parser by using a custom
99 ` ArgparseCompleter ` -based class.
1010 * 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 ` .
1213 * New function ` register_argparse_argument_parameter() ` allows developers to specify custom
1314 parameters to be passed to the argparse parser's ` add_argument() ` method. These parameters will
1415 become accessible in the resulting argparse Action object when modifying ` ArgparseCompleter ` behavior.
You can’t perform that action at this time.
0 commit comments