This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-27 11:43:37 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3d5e1a061c
fish-shell
/
share
/
functions
/
__fish_print_zfs_snapshots.fish
4 lines
101 B
Fish
Raw
Normal View
History
Unescape
Escape
Added completions/translations for zfs and zpool
2017-11-23 20:55:59 +08:00
function
__fish_print_zfs_snapshots
-d
"Lists ZFS snapshots"
Reformat all files This runs build_tools/style.fish, which runs clang-format on C++, fish_indent on fish and (new) black on python. If anything is wrong with the formatting, we should fix the tools, but automated formatting is worth it.
2019-05-05 18:09:25 +08:00
zfs
list
-t
snapshot
-o
name
-H
Added completions/translations for zfs and zpool
2017-11-23 20:55:59 +08:00
end
Reference in New Issue
Copy Permalink