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,