#8 add gitlab #13

Closed
kgorbunov wants to merge 93 commits from kgorbunov/pkgdash:master into master
Showing only changes of commit 3870abc190 - Show all commits

View File

@ -24,7 +24,7 @@ type UpdateOpt struct {
} }
type Cli 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=''"` Path string `flag:"name=path,desc='title of mod',default=''"`
} }