lmstudio-ai / venvstacks

Virtual environment stacks for Python
https://lmstudio-ai.github.io/venvstacks/
MIT License
1 stars 0 forks source link

Default to loading `venvstacks.toml` from the working directory #36

Open ncoghlan opened 1 week ago

ncoghlan commented 1 week ago

There's currently no default value in the CLI arg processing for the stack specification path, so it always needs to be specified even when it's the conventional "venvstacks.toml in the current working directory".

Since there's a reasonable default value available, the CLI should be updated to actually use that default value.