From 3870abc1904279549511c2f165174399e4dfb665 Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Sun, 31 Mar 2024 15:51:13 +0300 Subject: [PATCH] #8 delete default. --- internal/configcli/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=''"` }