|
|
|
@ -36,10 +36,10 @@ _cdist() |
|
|
|
|
return 0 |
|
|
|
|
;; |
|
|
|
|
config) |
|
|
|
|
opts="-h --help -d --debug -v --verbose \ |
|
|
|
|
-c --conf-dir -f --file -i --initial-manifest -n --dry-run \ |
|
|
|
|
-o --out-dir -p --parallel -s --sequential --remote-copy \ |
|
|
|
|
--remote-exec" |
|
|
|
|
opts="-h --help -d --debug -v --verbose -b --enable-beta \ |
|
|
|
|
-c --conf-dir -f --file -i --initial-manifest -j --jobs \ |
|
|
|
|
-n --dry-run -o --out-dir -p --parallel -s --sequential \ |
|
|
|
|
--remote-copy --remote-exec" |
|
|
|
|
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) |
|
|
|
|
return 0 |
|
|
|
|
;; |
|
|
|
|