summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-02-01 08:35:36 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-02-01 08:35:36 -0500
commit5697c77b369d05890668a6aae603bfada2ff2471 (patch)
treef0a30d89748dbab4264831b0ed359f1a41ccbe44
parent411faeb64df9e71766231b63ed993f6d4b78cb9e (diff)
downloadcmd2-git-5697c77b369d05890668a6aae603bfada2ff2471.tar.gz
Ooops, forgot to change name of a decorator in the Changelog when we renamed it
-rw-r--r--CHANGELOG.md2
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()