diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-02 19:02:36 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-02 19:02:36 -0600 |
commit | 92ae130c38520b249eb7351cfb0da1ad67d3d3cf (patch) | |
tree | a403641a1a9412b19e26b52fae83635d812f9409 /docs/features/help.rst | |
parent | 80950bfa4216ed20df5d63f1ebe63bac5b3746b4 (diff) | |
download | cmd2-git-92ae130c38520b249eb7351cfb0da1ad67d3d3cf.tar.gz |
Major overhaul of documentation structure for #709
Diffstat (limited to 'docs/features/help.rst')
-rw-r--r-- | docs/features/help.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/features/help.rst b/docs/features/help.rst new file mode 100644 index 00000000..e5cc0451 --- /dev/null +++ b/docs/features/help.rst @@ -0,0 +1,8 @@ +Help +==== + +use the categorize() function to create help categories + +Use ``help_method()`` to custom roll your own help messages. + +See :ref:`features/argument_processing:Help Messages` |