From 18d941ba25552fd10efc726eabcd7dfbd87bd831 Mon Sep 17 00:00:00 2001 From: "changlin.shi" Date: Fri, 15 Mar 2024 10:56:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8shell=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: changlin.shi --- weed/shell/command_collection_delete.go | 2 +- weed/shell/command_fs_mv.go | 2 +- weed/shell/command_fs_rm.go | 2 +- weed/shell/command_s3_bucket_delete.go | 2 +- weed/shell/command_volume_delete.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/weed/shell/command_collection_delete.go b/weed/shell/command_collection_delete.go index 936f35b46..caf52aa9b 100644 --- a/weed/shell/command_collection_delete.go +++ b/weed/shell/command_collection_delete.go @@ -10,7 +10,7 @@ import ( ) func init() { - Commands = append(Commands, &commandCollectionDelete{}) + //Commands = append(Commands, &commandCollectionDelete{}) } type commandCollectionDelete struct { diff --git a/weed/shell/command_fs_mv.go b/weed/shell/command_fs_mv.go index 8e609edc9..73c792efa 100644 --- a/weed/shell/command_fs_mv.go +++ b/weed/shell/command_fs_mv.go @@ -10,7 +10,7 @@ import ( ) func init() { - Commands = append(Commands, &commandFsMv{}) + //Commands = append(Commands, &commandFsMv{}) } type commandFsMv struct { diff --git a/weed/shell/command_fs_rm.go b/weed/shell/command_fs_rm.go index b8445b7e9..2343e91fd 100644 --- a/weed/shell/command_fs_rm.go +++ b/weed/shell/command_fs_rm.go @@ -11,7 +11,7 @@ import ( ) func init() { - Commands = append(Commands, &commandFsRm{}) + //Commands = append(Commands, &commandFsRm{}) } type commandFsRm struct { diff --git a/weed/shell/command_s3_bucket_delete.go b/weed/shell/command_s3_bucket_delete.go index d0b4cb505..0fcbcc40e 100644 --- a/weed/shell/command_s3_bucket_delete.go +++ b/weed/shell/command_s3_bucket_delete.go @@ -11,7 +11,7 @@ import ( ) func init() { - Commands = append(Commands, &commandS3BucketDelete{}) + //Commands = append(Commands, &commandS3BucketDelete{}) } type commandS3BucketDelete struct { diff --git a/weed/shell/command_volume_delete.go b/weed/shell/command_volume_delete.go index eb4473565..e70877cca 100644 --- a/weed/shell/command_volume_delete.go +++ b/weed/shell/command_volume_delete.go @@ -9,7 +9,7 @@ import ( ) func init() { - Commands = append(Commands, &commandVolumeDelete{}) + //Commands = append(Commands, &commandVolumeDelete{}) } type commandVolumeDelete struct {