diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-16 13:26:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 13:26:49 -0500 |
commit | e3b68241eb532dee6430c339534e2ee890abe5a3 (patch) | |
tree | 88777e27696ec208c193c13838a6c0d3dcc95f5f /docs/features/startup_commands.rst | |
parent | d4556962799e68ea4d54ff86186428d17edcaef9 (diff) | |
parent | 64c05ab4fd71f2c235644af2d18672edf6757702 (diff) | |
download | cmd2-git-e3b68241eb532dee6430c339534e2ee890abe5a3.tar.gz |
Merge pull request #847 from python-cmd2/generating_output_docs
Generating output docs
Diffstat (limited to 'docs/features/startup_commands.rst')
-rw-r--r-- | docs/features/startup_commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/startup_commands.rst b/docs/features/startup_commands.rst index 93984db6..aaaf7722 100644 --- a/docs/features/startup_commands.rst +++ b/docs/features/startup_commands.rst @@ -5,7 +5,7 @@ Startup Commands after your application starts up: 1. Commands at Invocation -1. Startup Script +2. Startup Script Commands run as part of a startup script are always run immediately after the application finishes initializing so they are guaranteed to run before any |