diff options
Diffstat (limited to 'docs/features/history.rst')
-rw-r--r-- | docs/features/history.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/features/history.rst b/docs/features/history.rst index cbd3f3e6..9fd881d4 100644 --- a/docs/features/history.rst +++ b/docs/features/history.rst @@ -1,8 +1,15 @@ Command History =============== +For Developers +-------------- + - Describe how cmd2 tracks history -- describe the uses of the built in history command - how persistent history works - differences in history and bash shell history (we only store valid commands in history) - reference the public code structures we use to store history + +For Users +--------- + +- describe the uses of the built in history command |