Version 版本
(version string)
| 51 | |
| 52 | // Version 版本 |
| 53 | func (this *AppCmd) Version(version string) *AppCmd { |
| 54 | this.version = version |
| 55 | return this |
| 56 | } |
| 57 | |
| 58 | // Usage 使用方法 |
| 59 | func (this *AppCmd) Usage(usage string) *AppCmd { |
no outgoing calls
no test coverage detected