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 14:19:13 -0400 |
| commit | 7f696097d1d9a224773face073c5d860e10dc0e9 (patch) | |
| tree | 2371683db4d989507ef12942d741e2b7d9e1ca6f /docs | |
| parent | ed7b9e5185fd14808aa26e61a26968b9753beee0 (diff) | |
| download | cmd2-git-redirected_aliases.tar.gz | |
Fixed issue where quoted redirectors and terminators in aliases and macros were not beingredirected_aliases
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 ----------- |
