diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-25 22:17:56 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-25 22:17:56 -0600 |
commit | 05ee395f0d487fc67979ce3d0824bdaadff5c811 (patch) | |
tree | ba2cf14ed249e2a0d3cb990e2944fc758c099a31 /docs | |
parent | a50c5683fd8aa499fb5dd4133198fe27c99c969c (diff) | |
download | cmd2-git-05ee395f0d487fc67979ce3d0824bdaadff5c811.tar.gz |
Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIX
Diffstat (limited to 'docs')
-rw-r--r-- | docs/unfreefeatures.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/unfreefeatures.rst b/docs/unfreefeatures.rst index d420797d..bcf0fa41 100644 --- a/docs/unfreefeatures.rst +++ b/docs/unfreefeatures.rst @@ -129,16 +129,6 @@ that module. ``cmd2`` defines a few decorators which change the behavior of how arguments get parsed for and passed to a ``do_`` method. See the section :ref:`decorators` for more information. -Controlling how arguments are parsed for commands with flags ------------------------------------------------------------- -There are a couple functions which can globally effect how arguments are parsed for commands with flags: - -.. autofunction:: cmd2.set_posix_shlex - -.. autofunction:: cmd2.set_strip_quotes - -.. _argparse: https://docs.python.org/3/library/argparse.html - poutput, pfeedback, perror, ppaged ================================== |