RichiH / vcsh

config manager based on Git
GNU General Public License v2.0
2.2k stars 124 forks source link

'commit' command missing from autocompletion (bash) #339

Closed lyderic closed 8 months ago

lyderic commented 8 months ago

The commit command doesn't autocomplete with vcsh <TAB>.

I get this on Arch and Ubuntu. On both I am running version 2.0.7 and my shell is bash.

Thanks

alerque commented 8 months ago

I don't use bash, and the ZSH completion for this does work. I believe the bash completions file is hand-crafted in completions/vcsh.bash. Contributions welcome.

lyderic commented 8 months ago

Hi,

I have fixed it on my machine. I am now working out how to submit a patch.

Cheers, L.

lyderic commented 8 months ago

Pull request submitted. Please let me know if I am missing something. L.