From d98fb477d423f7a48b3636af1bdbc4e022c73783 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sat, 23 Nov 2024 16:28:19 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20usage=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readers/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readers/cli.go b/readers/cli.go index b5e70d7..82e9c62 100644 --- a/readers/cli.go +++ b/readers/cli.go @@ -31,7 +31,7 @@ func CLIConfigReader() (*config.CLIConfig, error) { dodo -c /path/to/config/file/config.json Usage with all flags: - dodo -c /path/to/config/file/config.json -u https://example.com -m POST -d 10 -r 1000 -t 2000`, + dodo -c /path/to/config/file/config.json -u https://example.com -m POST -d 10 -r 1000 -t 2000 --no-proxy-check -y`, Run: func(cmd *cobra.Command, args []string) {}, SilenceErrors: true, SilenceUsage: true,