From 018c329a4df9f3b84227cf33a14f9482f3e7eb2a Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 30 Sep 2020 14:19:13 -0400 Subject: Fixed issue where quoted redirectors and terminators in aliases and macros were not being restored when read from a startup script. --- docs/api/utils.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/api') 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 ----------- -- cgit v1.2.1