Skip to content

Commit d411090

Browse files
Update cmd2/cmd2.py
Co-Authored-By: tleonhardt <[email protected]>
1 parent 1efd9df commit d411090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def with_argument_list(func: Callable[[Statement], Optional[bool]],
180180
shlex.split().
181181
182182
:param func: do_* method this decorator is wrapping
183-
:param preserve_quotes: if True, then arguments passed to arparse maintain their quotes
183+
preserve_quotes: if True, then argument quotes will not be stripped
184184
:return: function that gets passed a list of argument strings
185185
"""
186186
""""""

0 commit comments

Comments
 (0)