#8 delete default.

This commit is contained in:
Gorbunov Kirill Andreevich 2024-03-31 15:51:13 +03:00
parent 84b8f82ea1
commit 3870abc190
1 changed files with 1 additions and 1 deletions

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