fish-shell/share/completions/xxhsum.fish

5 lines
158 B
Fish
Raw Normal View History

2020-06-09 04:41:41 +00:00
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"