Roger-luo / Ion

Ion - a CLI toolbox for Julia developers
https://rogerluo.dev/Ion/
MIT License
65 stars 3 forks source link

open env at given directory #46

Open Roger-luo opened 1 year ago

Roger-luo commented 1 year ago

when it's a directory we can just forward to julia --project=dir_to_env instead of having an error

ion run dir_to_env

and if the directory is a test inside a valid Julia project with a test/Project.toml (the directory pattern matches), we should open it using TestEnv