fish-shell/share/completions/awk.fish
Daniel Bengtsson dd1a26588a Fix long description in completion.
Simplify the description, I think it's sufficient like this.

Fixes: #6981
2020-06-20 18:18:45 +02:00

10 lines
465 B
Fish

#
# Command specific completions for the awk command.
# These completions where generated from the commands
# man page by the make_completions.py script, but may
# have been hand edited since.
#
complete -c awk -s F -d 'Define the input field separator' -r
complete -c awk -s f -d 'Specify the pathname of the file progfile containing an awk program' -r
complete -c awk -s v -d 'Ensure that the assignment argument is in the same form as an assignment operand' -r