diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-02 19:02:36 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-02 19:02:36 -0600 |
commit | 92ae130c38520b249eb7351cfb0da1ad67d3d3cf (patch) | |
tree | a403641a1a9412b19e26b52fae83635d812f9409 /cmd2/utils.py | |
parent | 80950bfa4216ed20df5d63f1ebe63bac5b3746b4 (diff) | |
download | cmd2-git-92ae130c38520b249eb7351cfb0da1ad67d3d3cf.tar.gz |
Major overhaul of documentation structure for #709
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r-- | cmd2/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py index 812fa227..872c2192 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -18,6 +18,7 @@ from . import constants def is_quoted(arg: str) -> bool: """ Checks if a string is quoted + :param arg: the string being checked for quotes :return: True if a string is quoted """ |