lets-cli / lets

CLI task runner for developers - a better alternative to make
https://lets-cli.org
MIT License
75 stars 8 forks source link

add group field for a better command list formatting #60

Open kindermax opened 4 years ago

kindermax commented 4 years ago
commands:
  lint:
    group: codequality
    cmd: eslint
  test:
    group: tests
    cmd: jest

and the output will be grouped and indented

Available commands:
  codequality
    lint
  tests
    test
vharitonsky commented 4 years ago

Doesn't it depend on https://github.com/spf13/cobra/issues/836?

kindermax commented 4 years ago

I think it does not. We can implement it on our own, just by providing own template