mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
mount2: hide mount2 command for the moment
This commit is contained in:
@@ -31,7 +31,7 @@ func init() {
|
||||
if runtime.GOOS == "windows" {
|
||||
name = "mount"
|
||||
}
|
||||
mountlib.NewMountCommand(name, Mount)
|
||||
mountlib.NewMountCommand(name, false, Mount)
|
||||
}
|
||||
|
||||
// mountOptions configures the options from the command line flags
|
||||
|
||||
Reference in New Issue
Block a user