1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 15:17:47 +00:00

minor changes to nu_conda.nu and nu_msvs.nu (#576)

1. feat(nu_conda): add `nu_conda list` to list available envs
2. fix: use `print` instead of `echo` to print warnings
3. doc: change minimum support version to 0.83.0
This commit is contained in:
Neur1n 2023-08-12 20:24:55 +08:00 committed by GitHub
parent 90a8b0d96b
commit e60d20733e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 16 deletions

View file

@ -3,7 +3,7 @@ A module for Using Microsoft Visual Studio (MSVS) command line tools from Nushel
## Prerequisites
- [nushell](https://github.com/nushell/nushell) >= 0.73.0
- [nushell](https://github.com/nushell/nushell) >= 0.83.0
- [vswhere](https://github.com/microsoft/vswhere) standalone or comes with VS