diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-02 19:34:37 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-02 19:34:37 -0600 |
commit | 11da5ba65a43c63364e702de726a7bf09a1241b4 (patch) | |
tree | 03f0b4ba0f484bc516d6db617cdce6e4c4512dcd /docs/index.rst | |
parent | 92ae130c38520b249eb7351cfb0da1ad67d3d3cf (diff) | |
download | cmd2-git-11da5ba65a43c63364e702de726a7bf09a1241b4.tar.gz |
Skeleton doc structure complete for #709
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 515209e8..df9a1513 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,9 +70,22 @@ Features features/generating_output features/argument_processing + features/prompt features/help + features/history + features/startup_commands + features/shortcuts_aliases_macros + features/settings + features/completion + features/os + features/multiline + features/disable_commands + features/clipboard features/transcript features/hooks + features/plugins + features/scripting + features/embedded_python_shells Examples |