From 38b509932a2a538a472918f29d7f030334fca272 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 22 Jan 2021 15:48:56 -0500 Subject: Added option to run startup scripts silently --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.1