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 f26fde6 commit 38c23a8Copy full SHA for 38c23a8
cmd2/cmd2.py
@@ -1652,8 +1652,8 @@ def preparse(self, raw: str) -> str:
1652
If you want a reliable pre parsing hook method, register a postparsing
1653
hook, modify the user input, and then reparse it.
1654
1655
- :param raw: raw command line input :return: potentially modified raw
1656
- command line input
+ :param raw: raw command line input :return: potentially modified raw command line input
+ :return: a potentially modified version of the raw input string
1657
"""
1658
return raw
1659
0 commit comments