Artifact a0b5a685cb1709c6058621f76383b524f8ef58bdd723a9b97ef7463b479bd832:
- File
config/fish/completions/pkg_info.fish
— part of check-in
[368fcf3d27]
at
2020-01-25 12:32:41
on branch trunk
— fish: Rudimentary completion for pkg_{add,info}
Only allows completing package names. (user: js, size: 62) [annotate] [blame] [check-ins using]
- File fish/completions/pkg_info.fish — part of check-in [24d2eb82f0] at 2020-02-20 22:07:34 on branch trunk — Remove useless config subdirectory (user: js, size: 62) [annotate] [blame] [check-ins using]
complete -c pkg_info -x -a "(pkg_info | awk '{ print \$1 }')"