file: Add few missing --exclude arguments completions.
See lines 112-121 of https://github.com/glensc/file/blob/master/src/file.c
This commit is contained in:
parent
c10a2723e7
commit
e8d0b1ffdb
@ -14,8 +14,8 @@ _file()
|
||||
return
|
||||
;;
|
||||
-e|--exclude)
|
||||
COMPREPLY=( $( compgen -W 'ascii apptype compress elf soft tar
|
||||
tokens troff' -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W 'apptype ascii cdf compress elf encoding
|
||||
soft tar text tokens troff' -- "$cur" ) )
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user