mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 21:35:04 +08: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"
|