diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-19 19:39:03 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-19 19:39:03 -0400 |
commit | 0cdc9119de361e76d665c9cab71085fe40677331 (patch) | |
tree | c0a02a1aa661f52d3086efe217108d3701c9662f /CHANGELOG.md | |
parent | 92ab34edff5cdb4481233cbd49c80b91194570ce (diff) | |
download | cmd2-git-0cdc9119de361e76d665c9cab71085fe40677331.tar.gz |
Now consistently use -t flag for transcript generation for both history and load commands
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cebfc5..44cc8513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * The `with_argparser` decorators now add the Statement object created when parsing the command line to the `argparse.Namespace` object they pass to the `do_*` methods. It is stored in an attribute called `__statement__`. This can be useful if a command function needs to know the command line for things like logging. - * Added a `-r` option to the `load` command for automatically generating a transcript based on a script file + * Added a `-t` option to the `load` command for automatically generating a transcript based on a script file * Potentially breaking changes * The following commands now write to stderr instead of stdout when printing an error. This will make catching errors easier in pyscript. |