Skip to content

Commit

Permalink
ux: list tasks when command is not found (#488)
Browse files Browse the repository at this point in the history
Closes #485 

Helps user with:
```
➜ pixi run bla
bla: command not found

Available tasks:
        build
        build-docs
        docs
        install
        lint
        test
        test-all

➜ 
```

Allows user to:
```
➜ pixi run 'echo $PIXI_PACKAGE_VERSION'
0.7.1-dev

➜ pixi run 'echo $PIXI_PACKAGE_VERSION && echo $PIXI_PACKAGE_NAME && echo $CONDA_PREFIX'
0.7.1-dev
pixi
/home/rarts/development/pixi/.pixi/env
```



Depended on denoland/deno_task_shell#98
  • Loading branch information
ruben-arts authored Nov 23, 2023
1 parent 526a33d commit f47dde3
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 120 deletions.
Loading

0 comments on commit f47dde3

Please sign in to comment.