diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-11-02 15:37:44 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-11-02 15:37:44 -0400 |
commit | 12ade7ba7b3adde4c225b965cd4a558574c6c304 (patch) | |
tree | d92c70454f890d19d0eef5d053274c633475715e /docs/features/startup_commands.rst | |
parent | a18eef6f6aa89280b5f9b92d4e681f22a438ff8b (diff) | |
download | cmd2-git-12ade7ba7b3adde4c225b965cd4a558574c6c304.tar.gz |
Added documentation for empty sections of the Sphinx docs
Diffstat (limited to 'docs/features/startup_commands.rst')
-rw-r--r-- | docs/features/startup_commands.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/features/startup_commands.rst b/docs/features/startup_commands.rst index 1efcc014..4fb165a5 100644 --- a/docs/features/startup_commands.rst +++ b/docs/features/startup_commands.rst @@ -1,2 +1,13 @@ Startup Commands ================ + +``cmd2`` provides a couple different ways for running commands immediately +after your application starts up: + +1. :ref:`features/misc:Commands At Invocation` +1. :ref:`features/misc:Initialization Script` + +Commands run as part of a startup (initialization) script are always run +immediately after the application finishes initializing so they are +guaranteed to run before any *Commands At Invocation*. + |