-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add shell-hook command #672
Conversation
Hmm, I'm think we can also add tests for this if needed. |
A test would be much appreciated! I'm not sure we need to hide it from the help. |
Looks good! |
He it would be awesome to have this added to the Here it would be nice to install something from a pixi.toml (pixi itself might be a weird example). I guess you can use docker multistage for this |
I think we also need to get rid of the shebang because that wouldn't work on a powershlel script on Linux etc |
Removed shebang in 9591a1e |
closes #410
This is a hidden command - let me know where should we document this!