diff options
author | kotfu <kotfu@kotfu.net> | 2019-11-22 22:14:54 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-11-22 22:14:54 -0700 |
commit | 3470018d919f6295ada022ce5078e015d6bbd287 (patch) | |
tree | b32023ddb2f01ebe552bbdfdaed98ae564d87aa6 /docs/features/startup_commands.rst | |
parent | 1cad8d92b87a227b331c0e86ddbbee25a6742650 (diff) | |
download | cmd2-git-3470018d919f6295ada022ce5078e015d6bbd287.tar.gz |
Work on Generating Output docs for #765
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 |