2006-01-25 07:01:33 +08:00
|
|
|
#
|
|
|
|
# Completions for fusermount
|
|
|
|
#
|
|
|
|
# Find mount points, borrowed from umount.fish
|
|
|
|
#
|
2017-10-12 01:17:35 +08:00
|
|
|
complete -c fusermount -d "Mount point" -x -a '(__fish_print_mounted)'
|
|
|
|
complete -c fusermount -s h -d "Display help and exit"
|
|
|
|
complete -c fusermount -s v -d "Display version and exit"
|
|
|
|
complete -c fusermount -s o -x -d "Mount options"
|
2020-03-10 02:36:12 +08:00
|
|
|
complete -c fusermount -s u -d Unmount
|
|
|
|
complete -c fusermount -s q -d Quiet
|
2017-10-12 01:17:35 +08:00
|
|
|
complete -c fusermount -s z -d "Lazy unmount"
|
2006-05-29 21:52:27 +08:00
|
|
|
|