We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rm -rf ~/.config/fish; rm -rf ~/.local/share/fish
fish
git --<tab>
All of the options to git should be suggested:
git
git --help usage: git [--version] [--help] [-C <path>] [-c name=value] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate | --no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] <command> [<args>]
Autocompletion to --help
--help
fish_update_completions doesn't help.
fish_update_completions
Fish version: 2.3.0
Operating system: Arch Linux
Terminal or terminal emulator: urxvt
Reproduction Steps:
rm -rf ~/.config/fish; rm -rf ~/.local/share/fishfishgit --<tab>Expected behavior:
All of the options to
gitshould be suggested:Observed behavior:
Autocompletion to
--helpAdditional information:
fish_update_completionsdoesn't help.Fish version: 2.3.0
Operating system: Arch Linux
Terminal or terminal emulator: urxvt