```yaml 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 ```