aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/sharefs/main_test.go
AgeCommit message (Collapse)Author
2025-12-27cmd/sharefs: handle mount -t fuse.sharefsOphestra
This should have been handled in a custom option parsing function, but that much extra complexity is unnecessary for this edge case. Honestly I do not know why libfuse does not handle this itself. Signed-off-by: Ophestra <cat@gensokyo.uk>