lets icon indicating copy to clipboard operation
lets copied to clipboard

add group field for a better command list formatting

Open kindermax opened this issue 4 years ago • 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

kindermax avatar May 06 '20 17:05 kindermax

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

vharitonsky avatar May 31 '20 09:05 vharitonsky

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

kindermax avatar Jun 01 '20 09:06 kindermax