How do you make a shell script autocomplete like a git subcommand? [closed]
Closed 5 days ago.
How do you make a shell script autocomplete like a git subcommand? [closed]
Closed 5 days ago.
How to take full advantage of Git Bash completion for a passthrough command that takes its own args?
I have created a custom Git command called git-profile
. It uses the git-<command>
naming convention to enable use as compword in Git Bash completion. implemented as a Bash script, that accepts a command line of the form:
How to take full advantage of Git Bash completion for a passthrough command that takes its own args?
I have created a custom Git command called git-profile
. It uses the git-<command>
naming convention to enable use as compword in Git Bash completion. implemented as a Bash script, that accepts a command line of the form: