mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
vfs: factor flags into vfsflags and remove global variables
This commit is contained in:
11
vfs/vfsflags/vfsflags_non_unix.go
Normal file
11
vfs/vfsflags/vfsflags_non_unix.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !linux,!darwin,!freebsd
|
||||
|
||||
package vfsflags
|
||||
|
||||
import (
|
||||
"github.com/spf13/pflag"
|
||||
)
|
||||
|
||||
// add any extra platform specific flags
|
||||
func platformFlags(flags *pflag.FlagSet) {
|
||||
}
|
Reference in New Issue
Block a user