From 5697c77b369d05890668a6aae603bfada2ff2471 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 1 Feb 2018 08:35:36 -0500 Subject: Ooops, forgot to change name of a decorator in the Changelog when we renamed it --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.1