-
Notifications
You must be signed in to change notification settings - Fork 263
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
Is BASH completion needed and useful? #456
Comments
@sixolet any opinion on this? |
My feeling is, that completion is useful if we would also add context-sensitive information (like completing on actual service/revision names for e.g. Having only the auto-generated completed is a nice add-on if it works (and it doesn't for zsh completion as it breaks when a help message contains a |
We have the spf13/cobra dep update merged with zsh completion fix, I'll add back the zsh completion. |
Currently performance tests are grouped by directory, which doesn't apply as 'group by directory' is intended for tests named after file names, and this is different from how performance tests are named. Change it to group by target, so that some of the tests can be grouped based on test targets
In what area(s)?
completion
commandClassifications:
Ask your question here:
We added
zsh
completion but it was useless so it's removed in #439 and @rhuss raised the question if we should also remove BASH completion since it's not also too useful.Separating the two concerns with this issue. We can discuss BASH completion's merits or lack of here and allow #439 to be merged independently.
The text was updated successfully, but these errors were encountered: