summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-01-14 22:26:08 -0700
committerkotfu <kotfu@kotfu.net>2020-01-14 22:26:08 -0700
commite56d191e4de52482658b267e43eaff5bf324387c (patch)
tree7469f0cee66757abbdceb1a8d6a5434877e519c1 /cmd2/cmd2.py
parentc845d33217bdef6c061f4a24864326836f9f1d48 (diff)
downloadcmd2-git-e56d191e4de52482658b267e43eaff5bf324387c.tar.gz
Move settable documentation from source code to api docs
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 2ae65125..7ad2b471 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -222,12 +222,6 @@ class Cmd(cmd.Cmd):
'quiet': "Don't print nonessential feedback",
'timing': 'Report execution times'
}
- """This dictionary contains the name and description of all settings available to users.
-
- Users use the :ref:`features/builtin_commands:set` command to view and
- modify settings. Settings are stored in instance attributes with the
- same name as the setting.
- """
# Commands to exclude from the help menu and tab completion
self.hidden_commands = ['eof', '_relative_load', '_relative_run_script']