diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-01-22 15:48:56 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-01-22 16:32:16 -0500 |
commit | 38b509932a2a538a472918f29d7f030334fca272 (patch) | |
tree | 7c4ef9612ab474c512e2ae3b3f25e6e03f64054d /CHANGELOG.md | |
parent | a3b1b6ddf81cdc0b253f15feeb167ff348afd14f (diff) | |
download | cmd2-git-38b509932a2a538a472918f29d7f030334fca272.tar.gz |
Added option to run startup scripts silently
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b40cfbe..19be0280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ * Bug Fixes * Fixed bug where setting `always_show_hint=True` did not show a hint when completing `Settables` * Fixed bug in editor detection logic on Linux systems that do not have `which` +* Enhancements + * Added `silent_startup_script` option to `cmd2.Cmd.__init__()`. If `True`, then the startup script's + output will be suppressed. Anything written to stderr will still display. ## 1.4.0 (November 11, 2020) * Bug Fixes |