We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411faeb commit 5697c77Copy full SHA for 5697c77
1 file changed
CHANGELOG.md
@@ -6,7 +6,7 @@
6
* Three new decorators for **do_*** commands to make argument parsing easier
7
* **with_argument_list** decorator to change argument type from str to List[str]
8
* **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
+ * **with_arparser** decorator for strict argparse-based argument parsing of command arguments
10
* **do_*** commands get a single argument which is the output of argparse.parse_args()
11
* **with_argparser_and_unknown_args** decorator for argparse-based argument parsing, but allows unknown args
12
* **do_*** commands get two arguments, the output of argparse.parse_known_args()
0 commit comments