diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-16 09:45:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 09:45:42 -0600 |
commit | eb882b2b308bb2e09761a74007ea308b489c2d56 (patch) | |
tree | dabbaf6aa290e57c7140e4b1d32f1cd1f38bcaac /docs/features/misc.rst | |
parent | 94b424e9c41f99c6eb268c6c97f09e99a8342de8 (diff) | |
parent | d68f6893396109afa0c7ca4ecfe72ecf192cfc0d (diff) | |
download | cmd2-git-eb882b2b308bb2e09761a74007ea308b489c2d56.tar.gz |
Merge pull request #720 from python-cmd2/migrating_docs
Write documentation for migrating from cmd
Diffstat (limited to 'docs/features/misc.rst')
-rw-r--r-- | docs/features/misc.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/features/misc.rst b/docs/features/misc.rst new file mode 100644 index 00000000..4db9f682 --- /dev/null +++ b/docs/features/misc.rst @@ -0,0 +1,15 @@ +Miscellaneous Features +====================== + + +Timer +----- + +Turn the timer setting on, and ``cmd2`` will show the wall time it takes for +each command to execute. + + +Exiting +------- + +Mention quit, exit, and EOF handling built into ``cmd2``. |