netplugin icon indicating copy to clipboard operation
netplugin copied to clipboard

Tab not working for all the commands

Open santosh76 opened this issue 9 years ago • 3 comments

When I do "netctl te" and press tab , it completes it as netctl tenant . Same with netctl gr+tab completes to netctl group . But the tab does work for app-profile, external-contracts, network etc

santosh76 avatar Jun 22 '16 21:06 santosh76

@santosh76 - thanks, need to fix this issue. Bash completion for newer commands need to be added for recently added netctl commands.

On other hand, if you have cycles and prefer taking this up, then the code changes are quite simple and can be found at for others; @vvb can help or review, etc. https://github.com/contiv/netplugin/blob/master/scripts/contrib/completion/bash/netctl

jainvipin avatar Jun 25 '16 06:06 jainvipin

I've submitted a pull request to update the Bash completions:

https://github.com/contiv/netplugin/pull/840

mhrobinson avatar Apr 18 '17 09:04 mhrobinson

I have verified this is working

kahou82 avatar Sep 30 '17 00:09 kahou82