mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
4 lines
158 B
Fish
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"
|