Closed mgerst closed 1 year ago
Add command to spawn a shell with the given project already set. This works in a similar fashion to poetry shell and the like.
poetry shell
$ flag-slurper shell ~/cdc/isu1-20 [-] Launching shell in project $ echo $SLURPER_PROJECT ~/cdc/isu1-20
This means you no longer need to do eval $(flag-slurper project env ~/cdc/isu1-20).
eval $(flag-slurper project env ~/cdc/isu1-20)
Closes #74
Add command to spawn a shell with the given project already set. This works in a similar fashion to
poetry shell
and the like.This means you no longer need to do
eval $(flag-slurper project env ~/cdc/isu1-20)
.Closes #74