2017-11-23 12:55:59 +00:00
|
|
|
function __fish_print_zfs_bookmarks -d "Lists ZFS bookmarks, if the feature is enabled"
|
2019-05-05 10:09:25 +00:00
|
|
|
if __fish_is_zfs_feature_enabled 'feature@bookmarks'
|
|
|
|
zfs list -t bookmark -o name -H
|
|
|
|
end
|
2017-11-23 12:55:59 +00:00
|
|
|
end
|