diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-01 08:35:36 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-01 08:35:36 -0500 |
commit | 5697c77b369d05890668a6aae603bfada2ff2471 (patch) | |
tree | f0a30d89748dbab4264831b0ed359f1a41ccbe44 | |
parent | 411faeb64df9e71766231b63ed993f6d4b78cb9e (diff) | |
download | cmd2-git-5697c77b369d05890668a6aae603bfada2ff2471.tar.gz |
Ooops, forgot to change name of a decorator in the Changelog when we renamed it
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f692b19c..3ad98d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * Three new decorators for **do_*** commands to make argument parsing easier * **with_argument_list** decorator to change argument type from str to List[str] * **do_*** commands get a single argument which is a list of strings, as pre-parsed by shlex.split() - * **with_argument_parser** decorator for strict argparse-based argument parsing of command arguments + * **with_arparser** decorator for strict argparse-based argument parsing of command arguments * **do_*** commands get a single argument which is the output of argparse.parse_args() * **with_argparser_and_unknown_args** decorator for argparse-based argument parsing, but allows unknown args * **do_*** commands get two arguments, the output of argparse.parse_known_args() |