mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Add command specific comlpetions for awk
darcs-hash:20071028183140-75c98-0c649a62488fa155d8170ac04a876b9ab426dbc0.gz
This commit is contained in:
parent
da02905250
commit
c9f43fb02d
1 changed files with 10 additions and 0 deletions
10
share/completions/awk.fish
Normal file
10
share/completions/awk.fish
Normal file
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# 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 --description 'Define the input field separator to be the extended regular expression ERE, before any input is read; see Regular Expressions' -r
|
||||
complete -c awk -s f --description 'Specify the pathname of the file progfile containing an awk program' -r
|
||||
complete -c awk -s v --description 'The application shall ensure that the assignment argument is in the same form as an assignment operand' -r
|
Loading…
Reference in a new issue