----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69104/#review209825 -----------------------------------------------------------
PASS: Mesos patch 69104 was successfully built and tested. Reviews applied: `['69104']` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2500/mesos-review-69104 - Mesos Reviewbot Windows On Oct. 20, 2018, 9:37 a.m., Kevin Klues wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69104/ > ----------------------------------------------------------- > > (Updated Oct. 20, 2018, 9:37 a.m.) > > > Review request for mesos and Armand Grillet. > > > Repository: mesos > > > Description > ------- > > Previously, there was some weird formatting with extra newlines when > providing multi-line 'long_help' strings or extra flags to the > subcommands. This commit fixes that. > > > Diffs > ----- > > src/python/cli_new/lib/cli/util.py 6a012369fa151ffd6b73a071342073a55ef9cc6b > > > Diff: https://reviews.apache.org/r/69104/diff/1/ > > > Testing > ------- > > Old Output: > ``` > Attach the CLI to the stdio of a running task > > Usage: > mesos task attach (-h | --help) > mesos task attach --version > mesos task attach [options] <task-id> > > Options: > --no-stdin do not attach a stdin [default: False] > -h --help Show this screen. > > > Description: > > Attach the CLI to the stdio of a running task > To detach type the sequence CTRL-p CTRL-q. > ``` > > New output: > ``` > Attach the CLI to the stdio of a running task > > Usage: > mesos task attach (-h | --help) > mesos task attach --version > mesos task attach [options] <task-id> > > Options: > --no-stdin do not attach a stdin [default: False] > -h --help Show this screen. > > Description: > Attach the CLI to the stdio of a running task > To detach type the sequence CTRL-p CTRL-q. > ``` > > > Thanks, > > Kevin Klues > >
