Skip to content
New issue

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

settings completions not working #3785

Closed
jdx opened this issue Dec 22, 2024 · 2 comments · Fixed by #3787
Closed

settings completions not working #3785

jdx opened this issue Dec 22, 2024 · 2 comments · Fixed by #3787
Labels

Comments

@jdx
Copy link
Owner

jdx commented Dec 22, 2024

No description provided.

@jdx jdx added the bug label Dec 22, 2024
@jdx jdx linked a pull request Dec 22, 2024 that will close this issue
@jdx jdx closed this as completed in #3787 Dec 22, 2024
@hverlin
Copy link
Contributor

hverlin commented Dec 26, 2024

I think it's not completely fixed, as it should probably show autocompletion for all settings (so mise settings ls --all | awk '{print $1}'?)

complete "setting" run="mise settings | awk '{print $1}'"

Currently, it only shows completion for modified settings:

image

Would be nice if it would show the description as well (but would require jq + using the json schema probably?)

@hverlin
Copy link
Contributor

hverlin commented Dec 26, 2024

Maybe it's better if mise provides the output directly, instead of relying on awk/jq?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants