From dd61db791b0886fd103c917e2323ae27ae58423f Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 21 Apr 2020 00:04:49 -0400 Subject: run_pyscript now passes a keyword arg to do_py instead of using a hidden argparse flag --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 01180001..03b88d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ * Made `ipy` consistent with `py` in the following ways * `ipy` returns whether any of the commands run in it returned True to stop command loop * `Cmd.in_pyscript()` returns True while in `ipy`. - * Starting `ipy` when `Cmd.in_pyscript()` is already True is not allowed. + * Starting `ipy` when `Cmd.in_pyscript()` is already True is not allowed. + * `with_argument_list`, `with_argparser`, and `with_argparser_and_unknown_args` wrappers now pass + `kwargs` through to their wrapped command function. ## 1.0.2 (April 06, 2020) * Bug Fixes -- cgit v1.2.1