Usage 使用方法
(usage string)
| 57 | |
| 58 | // Usage 使用方法 |
| 59 | func (this *AppCmd) Usage(usage string) *AppCmd { |
| 60 | this.usages = append(this.usages, usage) |
| 61 | return this |
| 62 | } |
| 63 | |
| 64 | // Option 选项 |
| 65 | func (this *AppCmd) Option(code string, description string) *AppCmd { |
no outgoing calls
no test coverage detected