mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
5 lines
158 B
Fish
5 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"
|