#8 rename method on command.
This commit is contained in:
@@ -24,8 +24,8 @@ type UpdateOpt struct {
|
||||
}
|
||||
|
||||
type Cli struct {
|
||||
Method string `flag:"name=method,desc='choice method(update, close, checkupdaue, list)',default=''"`
|
||||
Path string `flag:"name=path,desc='title of mod',default=''"`
|
||||
Command string `flag:"name=command,desc='choice command(update, close, checkupdaue, list)',default=''"`
|
||||
Path string `flag:"name=path,desc='title of mod',default=''"`
|
||||
}
|
||||
|
||||
func NewConfig() *Config {
|
||||
|
Reference in New Issue
Block a user