mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 00:06:00 +08:00
4 lines
92 B
Fish
4 lines
92 B
Fish
|
function __fish_print_zfs_volumes -d "Lists ZFS volumes"
|
||
|
zfs list -t volume -o name -H
|
||
|
end
|