lets-cli/lets

add group field for a better command list formatting

Opened this issue · 2 comments

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

Doesn't it depend on spf13/cobra#836?

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