Skip to content

Conversation

kjdev
Copy link
Contributor

@kjdev kjdev commented Feb 5, 2019

Add command line option.

$ task --help .. Options: .. -o, --output string sets output style: [interleaved|group|prefixed] ..

Taskfile.yml

version: '2' tasks: test: cmds: - echo 'test'

Execute

$ task -s test test $ task -s -o prefixed test [test] test
@andreynering
Copy link
Member

Hi @kjdev,

Thanks for the PR! This is a good addition.

@andreynering andreynering merged commit 14f41ae into go-task:master Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants