Files
dots/common/.config/fish/completions/h.fish
T
2026-08-13 01:11:41 +02:00

4 lines
196 B
Fish

# `h <cmd> ...` shows a command's --help via bat, so complete it like a
# command line: first token = a command, rest = that command's own args.
complete -c h -x -a '(__fish_complete_subcommand)'