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