MCPcopy Create free account
hub / github.com/Mrs4s/six-cli / init

Function init

shell/commands/upload.go:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func init() {
14 alias["Upload"] = []string{"up"}
15 explains["Upload"] = "上传文件 / 文件夹"
16}
17
18func (CommandHandler) Upload(c *pl.Context) {
19 if len(c.Nokeys) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected