-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69206/
-----------------------------------------------------------
Review request for mesos and Kevin Klues.
Bugs: MESOS-9363
https://issues.apache.org/jira/browse/MESOS-9363
Repository: mesos
Description
-------
Added return value to new Mesos CLI commands.
Diffs
-----
src/python/cli_new/bin/main.py 27783caf4eab6ea18eee5a7b90b0dd368c8b4020
src/python/cli_new/lib/cli/plugins/base.py
c85abd6755c4b046ab4ecbda825f3a1615fb4ce5
Diff: https://reviews.apache.org/r/69206/diff/1/
Testing
-------
```
(mesos-cli) ? cli_new (exec-attach) ? mesos-cli-tests
Running the Mesos CLI unit tests
TestAgentPlugin
test_list (cli.tests.agent.TestAgentPlugin) ... ok
TestInfrastructure
test_capture_output (cli.tests.tests.TestInfrastructure) ... ok
test_launch_binaries (cli.tests.tests.TestInfrastructure) ... ok
TestTaskPlugin
test_exec (cli.tests.task.TestTaskPlugin) ... ok
test_exec_interactive (cli.tests.task.TestTaskPlugin) ... ok
test_list (cli.tests.task.TestTaskPlugin) ... ok
----------------------------------------------------------------------
Ran 6 tests in 12.429s
OK
```
Thanks,
Armand Grillet