Kindritskiy Maksym

Results 42 issues of Kindritskiy Maksym

```yaml commands: js-dev: description: Build js dev version eval_env: CHECKSUM: echo `lets checksum` cmd: | docker build . -f Dockerfile --build-arg CHECKSUM=${CHECKSUM} ```

bug

When type `lets a` - it has to suggest only commands which start with `a` but suggested shows all available commands

bug

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