Closed obcat closed 3 years ago
I implemented cmdline-completion for these git raw commands:
fetch
pull
push
switch
As a side effect, cmdline-completion now works for any of the gina commands by the existing corresponding gina#command#{scheme}#complete() function.
gina#command#{scheme}#complete()
This PR may close #260.
I'll split my commit into logical units and then re-create PR. Closing.
I implemented cmdline-completion for these git raw commands:
fetch
pull
push
switch
As a side effect, cmdline-completion now works for any of the gina commands by the existing corresponding
gina#command#{scheme}#complete()
function.This PR may close #260.