2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-23 18:25:06 +00:00
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"