We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c92660 commit a790e5fCopy full SHA for a790e5f
cmd2/cmd2.py
@@ -243,7 +243,7 @@ def with_argparser(argparser: argparse.ArgumentParser,
243
with the given instance of argparse.ArgumentParser.
244
245
:param argparser: unique instance of ArgumentParser
246
- :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
247
:return: function that gets passed the argparse-parsed args
248
"""
249
import functools
0 commit comments