diff --git a/internal/configcli/config.go b/internal/configcli/config.go index 37384d6..c824095 100644 --- a/internal/configcli/config.go +++ b/internal/configcli/config.go @@ -24,7 +24,7 @@ type UpdateOpt struct { } type Cli struct { - Method string `flag:"name=method,desc='choice method(update, close, checkupdaue, list)',default='checkupdate'"` + Method string `flag:"name=method,desc='choice method(update, close, checkupdaue, list)',default=''"` Path string `flag:"name=path,desc='title of mod',default=''"` }