1
0
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:
Nick Craig-Wood
2020-02-11 12:05:43 +00:00
parent 8318020387
commit ec1271818f
4 changed files with 7 additions and 6 deletions

View File

@@ -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