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

fix: --context value is not auto completed #853

Closed
jooola opened this issue Aug 27, 2024 · 1 comment · Fixed by #861
Closed

fix: --context value is not auto completed #853

jooola opened this issue Aug 27, 2024 · 1 comment · Fixed by #861
Labels

Comments

@jooola
Copy link
Member

jooola commented Aug 27, 2024

TL;DR

hcloud config get token --allow-sensitive --context <tab><tab> does not autocomplete with the context name, but with filenames.

Expected behavior

The auto-completion should propose context names.

Observed behavior

The auto-completion is proposing filenames.

Minimal working example

hcloud config get token --allow-sensitive --context <tab>

Log output

No response

Additional information

image

@jooola jooola added the bug label Aug 27, 2024
@jooola jooola changed the title --context flag value is not auto completed when getting a configuration value --context value is not auto completed using config get Aug 27, 2024
@phm07 phm07 changed the title --context value is not auto completed using config get fix: --context value is not auto completed using config get Aug 30, 2024
@phm07 phm07 changed the title fix: --context value is not auto completed using config get fix: --context value is not auto completed Sep 6, 2024
@phm07
Copy link
Contributor

phm07 commented Sep 6, 2024

Right now we don't have support for option auto-completing. We would have to add that first.

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