diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-10 21:32:56 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-10 21:32:56 -0400 |
commit | cf9516e5d25df5e4e330f75ab0f800ba8b4217c8 (patch) | |
tree | 0fe19f79b851ca7d3bccab0328c40cbd6e2d884a /CHANGELOG.md | |
parent | d25534abb4c1dac20defe52959040c43ba525d2f (diff) | |
download | cmd2-git-cf9516e5d25df5e4e330f75ab0f800ba8b4217c8.tar.gz |
Added --silent flag to alias/macro create.
Added --with_silent flag to alias/macro list.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index df8fae73..f29e43b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ not display hints even when this setting is True. * argparse tab completion now groups flag names which run the same action. Optional flags are wrapped in brackets like it is done in argparse usage text. + * Added `--silent` flag to `alias/macro create`. If used, then no confirmation message will be printed + when aliases and macros are created or overwritten. + * Added `--with_silent` flag to `alias/macro list`. Use this option when saving to a startup script + that should silently create aliases and macros. * Bug Fixes * Fixed issue where flag names weren't always sorted correctly in argparse tab completion |