diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-24 11:07:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 11:07:50 -0500 |
commit | 44eb9d4e1946a3cc9a10fe85ccb617b6076f627c (patch) | |
tree | df5a6d6b7f9a173eb387e17408750a2ce57b84c2 /CHANGELOG.md | |
parent | 5f1ea98c1513225c7bf87976ca438410afff2268 (diff) | |
parent | bc01feced61d493ad8a0e3cc3d5e4768e5d214be (diff) | |
download | cmd2-git-44eb9d4e1946a3cc9a10fe85ccb617b6076f627c.tar.gz |
Merge pull request #1045 from python-cmd2/silent_start
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 |