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

Remove extra whitespace after kubectl folder autocompletion #9000

Closed
datenzar opened this issue Jun 5, 2020 · 1 comment
Closed

Remove extra whitespace after kubectl folder autocompletion #9000

datenzar opened this issue Jun 5, 2020 · 1 comment
Labels
Support Request for support Topic: completion Pull Request or issue regarding completion

Comments

@datenzar
Copy link

datenzar commented Jun 5, 2020

When using autocompletion in kubectl and try to specify a file in a folder, the autocompletion allways adds a whitespace after completing a folder.

E.g. I want to apply a yml file located at test/deployment.yml. After entering kubectl apply -f tes and hitting TAB the autocompletion gives me kubectl apply -f test/ instead of kubectl apply -f test/. Hence in order to continue, I always need to remove the whitespace first. In all other cases I have observed so far, the autocomplete doesn't add the whitespace character. I'm not sure if this is a bug or intentionally built that way. If so, is there a way to configure the extra whitespace-creation for this plugin?

Thx

@datenzar datenzar added the Support Request for support label Jun 5, 2020
@mcornella mcornella added the Topic: completion Pull Request or issue regarding completion label Apr 6, 2021
@robbyrussell
Copy link
Member

Hey there, I'm doing a bit of housekeeping on the project. Thanks for raising this issue—we always love a good edge case! 😄

However, it's not gathering much community interest, so I'm going to close it for now. Don't let this discourage you! We're all for hearing about the weird things. We can't commit to spending too much time tracking each weird thing down ourselves.

@robbyrussell robbyrussell closed this as not planned Won't fix, can't repro, duplicate, stale Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Request for support Topic: completion Pull Request or issue regarding completion
Projects
Archived in project
Development

No branches or pull requests

3 participants