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
It would be very useful if elan toolchain list also reported the path that a "linked" toolchain is pointing to. For example, today I get this output:
elan toolchain list
stable (default) leanprover/lean:stable master vtec
but it would be cool if the last 2 which are linked to a local path on my PC told me that path, kind of "ls -al" does. Something like this:
stable (default) leanprover/lean:stable master -> /c/msys64/home/clovett/git/lean4/build/release/stage1 vtec -> /c/msys64/home/clovett/git/Vtec234/lean4/build/release/stage1
The text was updated successfully, but these errors were encountered:
It would also be cool if the output was machine-readable.
Sorry, something went wrong.
Yeah the "(default)" string also needs careful management in code, we could have a elan toolchain list --json option perhaps.
elan toolchain list --json
No branches or pull requests
It would be very useful if
elan toolchain list
also reported the path that a "linked" toolchain is pointing to. For example, today I get this output:but it would be cool if the last 2 which are linked to a local path on my PC told me that path, kind of "ls -al" does. Something like this:
The text was updated successfully, but these errors were encountered: