summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-26 22:07:28 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-26 22:07:28 -0500
commit9d1c2f7379f1d38515d357c2a01a7f4b335da0af (patch)
tree55058d2b214d33ad8bc06dad0e50df631e061337 /docs/features
parent2a0ded26b7af49ffd287046d89501e0c122d80ed (diff)
downloadcmd2-git-9d1c2f7379f1d38515d357c2a01a7f4b335da0af.tar.gz
Updated comment
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/initialization.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/features/initialization.rst b/docs/features/initialization.rst
index 315709f0..cb111a39 100644
--- a/docs/features/initialization.rst
+++ b/docs/features/initialization.rst
@@ -7,15 +7,16 @@ capabilities which you may wish to utilize while initializing the app::
#!/usr/bin/env python3
# coding=utf-8
"""A simple example cmd2 application demonstrating the following:
- 1) Colorizing/stylizing output
- 2) Using multiline commands
- 3) Persistent history
- 4) How to run an initialization script at startup
- 5) How to group and categorize commands when displaying them in help
- 6) Opting-in to using the ipy command to run an IPython shell
- 7) Allowing access to your application in py and ipy
- 8) Displaying an intro banner upon starting your application
- 9) Using a custom prompt
+ 1) Colorizing/stylizing output
+ 2) Using multiline commands
+ 3) Persistent history
+ 4) How to run an initialization script at startup
+ 5) How to group and categorize commands when displaying them in help
+ 6) Opting-in to using the ipy command to run an IPython shell
+ 7) Allowing access to your application in py and ipy
+ 8) Displaying an intro banner upon starting your application
+ 9) Using a custom prompt
+ 10) How to make custom attributes settable at runtime
"""
import cmd2
from cmd2 import style