From c3e424ec69de31890ddadf67dee5fa903cbcd665 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 20 Mar 2020 12:19:30 -0400 Subject: do_shell() now saves the return code of the command it runs in self.last_result for use in pyscripts --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 7760255d..04351333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 (TBD, 2020) +* Enhancements + * `do_shell()` now saves the return code of the command it runs in `self.last_result` for use in pyscripts + ## 1.0.1 (March 13, 2020) * Bug Fixes * Fixed issue where postcmd hooks were running after an `argparse` exception in a command. -- cgit v1.2.1