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
Missing instructions (or I missed them, could be...) on how to enable fish completions for nerdctl.lima. I tried
nerdctl.lima completion fish > ~/.config/fish/completions/nerdctl.lima.fish
but unfortunately with no success.... probably because completions are generated for nerdctl and not nerdctl.lima.
nerdctl
nerdctl.lima
The text was updated successfully, but these errors were encountered:
For the normal shells like bash, this is handled in the shell configuration itself and not in lima:
bash
https://github.com/spf13/cobra/blob/main/site/content/completions/_index.md#aliases
There could be something similar available for fish
fish
EDIT: seems to be called "wraps"
Sorry, something went wrong.
> nerdctl completion fish | source > complete -c nerdctl.lima -w nerdctl
Does not seem to work without having actual alias
alias nerdctl="nerdctl.lima"
and does not work very well as you type nerd<tab> and it first goes between nerdctl and nerdctl.lima...
nerd<tab>
I will keep trying...
No branches or pull requests
Description
Missing instructions (or I missed them, could be...) on how to enable fish completions for nerdctl.lima.
I tried
but unfortunately with no success.... probably because completions are generated for
nerdctl
and notnerdctl.lima
.The text was updated successfully, but these errors were encountered: