fixed completion
This commit is contained in:
parent
630eff771c
commit
06e00ea442
@ -3,10 +3,10 @@
|
|||||||
_config-file() {
|
_config-file() {
|
||||||
# list all files that end in .conf
|
# list all files that end in .conf
|
||||||
# -s separator, descritions options
|
# -s separator, descritions options
|
||||||
_values -s , 'config files' $(find . -type f -name '*.conf')
|
_values 'config files' *.conf
|
||||||
}
|
}
|
||||||
_csv-file() {
|
_csv-file() {
|
||||||
_values -s , 'geoip city database as csv' $(find . -type f -name '*.csv')
|
_values 'geoip city database as csv' *.csv *.CSV
|
||||||
}
|
}
|
||||||
|
|
||||||
_regina() {
|
_regina() {
|
||||||
|
Loading…
Reference in New Issue
Block a user