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
|
return
|
||||||
;;
|
;;
|
||||||
-e|--exclude)
|
-e|--exclude)
|
||||||
COMPREPLY=( $( compgen -W 'ascii apptype compress elf soft tar
|
COMPREPLY=( $( compgen -W 'apptype ascii cdf compress elf encoding
|
||||||
tokens troff' -- "$cur" ) )
|
soft tar text tokens troff' -- "$cur" ) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user