fish-shell/share/completions/xxhsum.fish
2020-06-14 19:22:01 +02:00

4 lines
158 B
Fish

complete -c xxhsum -w xxh64sum
complete -c xxhsum -o H0 -d "32bits hash"
complete -c xxhsum -o H1 -d "64bits hash"
complete -c xxhsum -o H2 -d "128bits hash"