This commit is contained in:
2025-09-29 19:52:01 +04:00
parent 7c4443945f
commit d0b318709e
18 changed files with 936 additions and 2 deletions

View File

@@ -0,0 +1,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"