#8 delete cobra, add micro-config-flag #11

Merged
vtolstov merged 53 commits from kgorbunov/pkgdash:master into master 2024-04-02 22:54:17 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3870abc190 - Show all commits

View File

@ -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=''"`
}