We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mise ls
from @hverlin in discord:
Quick question: if using rust with mise, what's the expected value for active?
dev@ubuntu2:~/Documents/rust-project$ mise ls --current Tool Version Source Requested node 23.5.0 ~/Documents/rust-project/mise.toml latest rust 1.83.0 (symlink) ~/Documents/rust-project/mise.toml latest
Currently, it will show active: false. I would expect it to be true. Is this the expected behavior for symlinked tools?
dev@ubuntu2:~/Documents/rust-project$ mise ls --json | jq .rust [ { "version": "1.83.0", "requested_version": "latest", "install_path": "/home/dev/.local/share/mise/installs/rust/1.83.0", "source": { "type": "mise.toml", "path": "/home/dev/Documents/rust-project/mise.toml" }, "symlinked_to": "/home/dev/.local/share/mise/installs/rust/1.83.0", "installed": true, "active": false } ]
The text was updated successfully, but these errors were encountered:
fix: active flag for symlinked tools in mise ls --json
mise ls --json
14bbece
Fixes #3860
fix: active flag for symlinked tools in mise ls --json (#3907)
a31cd43
Successfully merging a pull request may close this issue.
from @hverlin in discord:
The text was updated successfully, but these errors were encountered: