mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-14 21:00:55 +08:00
added download command to download file by fileid
This commit is contained in:
@@ -22,10 +22,11 @@ var IsDebug *bool
|
||||
var server *string
|
||||
|
||||
var commands = []*Command{
|
||||
cmdCompact,
|
||||
cmdCompact,
|
||||
cmdFix,
|
||||
cmdMaster,
|
||||
cmdUpload,
|
||||
cmdDownload,
|
||||
cmdShell,
|
||||
cmdVersion,
|
||||
cmdVolume,
|
||||
|
Reference in New Issue
Block a user