diff options
author | kmvanbrunt <kmvanbrunt@gmail.com> | 2018-10-26 14:54:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 14:54:11 -0400 |
commit | 4c9266087aac5f9191ba8396ab65a7a52f5fbe45 (patch) | |
tree | 6b58f42ee0317961ff63e68212f652b6192477d7 /cmd2/cmd2.py | |
parent | d411090c4aec0ad0f67763c0e480fb535dc91602 (diff) | |
download | cmd2-git-4c9266087aac5f9191ba8396ab65a7a52f5fbe45.tar.gz |
Update cmd2/cmd2.py
Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com>
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 596447be..f4e751de 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -201,7 +201,7 @@ def with_argparser_and_unknown_args(argparser: argparse.ArgumentParser, preserve instance of argparse.ArgumentParser, but also returning unknown args as a list. :param argparser: unique instance of ArgumentParser - :param preserve_quotes: if True, then arguments passed to arparse maintain their quotes + :param preserve_quotes: if True, then arguments passed to argparse maintain their quotes :return: function that gets passed argparse-parsed args and a list of unknown argument strings """ import functools |