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

Autocomplete not working when using in shell functions or different binary name #810

Closed
Sh4d1 opened this issue Mar 26, 2020 · 1 comment · Fixed by #811
Closed

Autocomplete not working when using in shell functions or different binary name #810

Sh4d1 opened this issue Mar 26, 2020 · 1 comment · Fixed by #811

Comments

@Sh4d1
Copy link
Contributor

Sh4d1 commented Mar 26, 2020

For instance in zsh:

test() {
  wHATEVER=foo scw "$@"
}
compdef -e 'WHATEVER=foo _scw' stg

breaks to autocompletion for test, which should be working.

Same thing happend if I change the binary name scw to another one.

@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Apr 24, 2020

Fixed by #811

@Sh4d1 Sh4d1 closed this as completed Apr 24, 2020
clement-gilbert pushed a commit to clement-gilbert/scaleway-cli that referenced this issue Mar 3, 2022
BREAKING CHANGE: default runtime for k8s pool is now containerd instead of docker
Signed-off-by: Patrik Cyvoct <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants