Skip to content

Commit df1fe25

Browse files
committed
Updated change log
1 parent 4c5bfc0 commit df1fe25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
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.

0 commit comments

Comments
 (0)