Skip to content

Commit 5697c77

Browse files
committed
Ooops, forgot to change name of a decorator in the Changelog when we renamed it
1 parent 411faeb commit 5697c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Three new decorators for **do_*** commands to make argument parsing easier
77
* **with_argument_list** decorator to change argument type from str to List[str]
88
* **do_*** commands get a single argument which is a list of strings, as pre-parsed by shlex.split()
9-
* **with_argument_parser** decorator for strict argparse-based argument parsing of command arguments
9+
* **with_arparser** decorator for strict argparse-based argument parsing of command arguments
1010
* **do_*** commands get a single argument which is the output of argparse.parse_args()
1111
* **with_argparser_and_unknown_args** decorator for argparse-based argument parsing, but allows unknown args
1212
* **do_*** commands get two arguments, the output of argparse.parse_known_args()

0 commit comments

Comments
 (0)