bash-completion: add completion script#261
bash-completion: add completion script#261ebiggers merged 1 commit intogoogle:masterfrom audeoudh:master
Conversation
ebiggers
left a comment
There was a problem hiding this comment.
Thanks, a few comments. It's hard to review this without experience writing bash completion scripts, though.
|
I think I'm finally understanding most of this, but it's difficult to read because of the code duplication with the bash-completion boilerplate. Could you add some helper functions like: ... and use them everywhere where they can. Also, please use That should make things a lot easier to understand. E.g. the following: ... would become: |
|
Also, please squash your commits into one. Thanks! |
|
I mainly:
Let me know if there is still something to do. |
|
It looks much better now, thanks. Can you address the two comments I just left (remove |
|
Thanks, merged now. |
Confer #260.