mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 23:02:00 +08:00
4 lines
98 B
Fish
4 lines
98 B
Fish
![]() |
function __fish_print_zfs_snapshots -d "Lists ZFS snapshots"
|
||
|
zfs list -t snapshot -o name -H
|
||
|
end
|