You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes#8
Adds vsh/env.py to contain a dataclass for all enviroment variables
used.
* Fixes#10
Updates click to 7.0
Updates colorama to 0.4.1
Updates toml to 0.10.0
Added vendored licenses
* Fixes#11
Modifies vsh.api.enter to search in config.working_path
Remove extraneous echo in vshrc
* Fixes#8
Adds vsh/env.py to contain a dataclass for all enviroment variables
used.
* Fixes#10
Updates click to 7.0
Updates colorama to 0.4.1
Updates toml to 0.10.0
Added vendored licenses
* Fixes#11
Modifies vsh.api.enter to search in config.working_path
* Fixes#14
Minor bug fixes and tweaks for windows
- forces powershell
- now assumes dark background and replaces blue with cyan
- makes black more of a standard (but there's problems)
* termlog may be required to sit on a single line
- flirts with poetry since black requires pyproject.toml
* poetry is pretty, but not production ready yet
* poetry still has issues with windows and cli
Create a dataclass to consolidate configuration and precisely identify which environment variables are being used.
The text was updated successfully, but these errors were encountered: