From 99856663b54b73d7c9f758d2830d48f879c0bc07 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 7 Jun 2019 17:02:47 -0400 Subject: Updated change log and comment --- cmd2/pyscript_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/pyscript_bridge.py') diff --git a/cmd2/pyscript_bridge.py b/cmd2/pyscript_bridge.py index 944c7eae..e5633173 100644 --- a/cmd2/pyscript_bridge.py +++ b/cmd2/pyscript_bridge.py @@ -24,7 +24,7 @@ class CommandResult(namedtuple_with_defaults('CommandResult', ['stdout', 'stderr ---------------------- stdout: str - output captured from stdout while this command is executing stderr: str - output captured from stderr while this command is executing. None if no error captured. - stop: bool - return value of the command's corresponding do_* function + stop: bool - return value of onecmd_plus_hooks after it runs the given command line. data - possible data populated by the command. Any combination of these fields can be used when developing a scripting API for a given command. -- cgit v1.2.1