diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-14 00:06:20 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-14 00:06:20 -0600 |
commit | 83f62cd6767810382e5a70ec6d0974ef661fc26b (patch) | |
tree | 85ec95043dbbfb1c8231ee9f7d301f9c4b76d15f /docs/features/misc.rst | |
parent | 8109e70b0442206103fa5fe1a3af79d1851d7ec1 (diff) | |
download | cmd2-git-83f62cd6767810382e5a70ec6d0974ef661fc26b.tar.gz |
Lots of work on the migrating documentation for #719
Diffstat (limited to 'docs/features/misc.rst')
-rw-r--r-- | docs/features/misc.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/features/misc.rst b/docs/features/misc.rst new file mode 100644 index 00000000..7165cb85 --- /dev/null +++ b/docs/features/misc.rst @@ -0,0 +1,10 @@ +Miscellaneous Features +====================== + + +Timer +----- + +Turn the timer setting on, and ``cmd2`` will show the wall time it takes for +each command to execute. + |