diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-30 14:19:13 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-30 20:36:46 -0400 |
commit | 018c329a4df9f3b84227cf33a14f9482f3e7eb2a (patch) | |
tree | aaaedcef9a4391b9952d0da48e54e8672ef738c1 /docs | |
parent | ed7b9e5185fd14808aa26e61a26968b9753beee0 (diff) | |
download | cmd2-git-018c329a4df9f3b84227cf33a14f9482f3e7eb2a.tar.gz |
Fixed issue where quoted redirectors and terminators in aliases and macros were not being
restored when read from a startup script.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/utils.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/utils.rst b/docs/api/utils.rst index d9166401..0013bb7a 100644 --- a/docs/api/utils.rst +++ b/docs/api/utils.rst @@ -22,6 +22,10 @@ Quote Handling .. autofunction:: cmd2.utils.strip_quotes +.. autofunction:: cmd2.utils.quote_specific_tokens + +.. autofunction:: cmd2.utils.unquote_specific_tokens + IO Handling ----------- |