-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add bash completion for 1build #96
Comments
Does it include suggesting multiple commands or a user has to type enough letters for us to define a single command and then it is displayed? Example – I type We can also choose to move iteratively with the end goal of those suggested multiple options. |
Both cases, except for navigating through them using tab. If user has typed enough characters to distinguish the command, it will get completed, else matching commands will be shown. We can start with |
@gopinath-langote @landpro Let me know if I can pick this up |
@AdeshAtole Thanks for feature suggestion. feel free to open the PR. |
Description
We can have command completion for commands in
1build.yaml
Would help improving productivity
Acceptance Criteria
Command completion for commands defined in
1build.yaml
(forbash
to start with)Notes
https://github.com/spf13/cobra/blob/master/bash_completions.md
The text was updated successfully, but these errors were encountered: