mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +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"
|