diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-05 15:05:51 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-05 15:05:51 -0600 |
commit | 9e64f600b65d99ea5a83051372372512be698b1b (patch) | |
tree | 7409d3646ff4a0fa349b8e71daa5959cbde342bf /docs/features/index.rst | |
parent | 4c97ab03825151fd85a875617fde7d0534c9cb72 (diff) | |
download | cmd2-git-9e64f600b65d99ea5a83051372372512be698b1b.tar.gz |
Added a walkthrough of constructing a simple application to the overview
For #709
Diffstat (limited to 'docs/features/index.rst')
-rw-r--r-- | docs/features/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/features/index.rst b/docs/features/index.rst index ae2933e2..b8ee6b20 100644 --- a/docs/features/index.rst +++ b/docs/features/index.rst @@ -4,6 +4,7 @@ Features .. toctree:: :maxdepth: 1 + commands generating_output argument_processing prompt @@ -14,10 +15,11 @@ Features settings completion os - multiline + multiline_commands disable_commands clipboard - transcript + transcripts + initialization hooks plugins scripting |