blob: d8daeedf534ce00a6f0150929b1573de69eadac6 (
plain)
1
2
3
4
|
complete --command spark --exclusive --long min --description "Minimum range"
complete --command spark --exclusive --long max --description "Maximum range"
complete --command spark --exclusive --long version --description "Print version"
complete --command spark --exclusive --long help --description "Print this help message"
|