summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2022-02-22 19:30:19 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2022-02-22 19:52:26 -0500
commite76dbad13cb6363d315cf851a5da3541e2138148 (patch)
tree291b5594de6cd81695e18e36be3d9ae6e992ab39 /docs/features
parent4621b0501acdaea7230eef97ffa526d14820af80 (diff)
downloadcmd2-git-e76dbad13cb6363d315cf851a5da3541e2138148.tar.gz
Reduced amount of style characters carried over from previous lines when aligning text.
Also reduced amount of style characters appended to truncated text. These changes were made to reduce memory usage in certain use cases of tables (e.g. nested colored tables).
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/argument_processing.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst
index 6ece2a81..67b94878 100644
--- a/docs/features/argument_processing.rst
+++ b/docs/features/argument_processing.rst
@@ -82,9 +82,6 @@ Here's what it looks like::
to bugs in CPython prior to Python 3.7 which make it impossible to make a
deep copy of an instance of a ``argparse.ArgumentParser``.
- See the table_display_ example for a work-around that demonstrates how to
- create a function which returns a unique instance of the parser you want.
-
.. note::
@@ -92,8 +89,6 @@ Here's what it looks like::
parser based on the name of the method it is decorating. This will override
anything you specify in ``prog`` variable when creating the argument parser.
-.. _table_display: https://github.com/python-cmd2/cmd2/blob/master/examples/table_display.py
-
Help Messages
-------------