Files
dotfiles/config/fish/completions/spark.fish
2025-09-29 19:52:01 +04:00

5 lines
327 B
Fish

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"