2006-01-24 23:01:33 +00:00
|
|
|
#
|
|
|
|
# Completions for fusermount
|
|
|
|
#
|
|
|
|
# Find mount points, borrowed from umount.fish
|
|
|
|
#
|
2017-10-11 17:17:35 +00: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-09 18:36:12 +00:00
|
|
|
complete -c fusermount -s u -d Unmount
|
|
|
|
complete -c fusermount -s q -d Quiet
|
2017-10-11 17:17:35 +00:00
|
|
|
complete -c fusermount -s z -d "Lazy unmount"
|
2006-05-29 13:52:27 +00:00
|
|
|
|