🔨 Update usage text

This commit is contained in:
Aykhan Shahsuvarov 2024-11-23 16:28:19 +04:00
parent bf169d3eb1
commit d98fb477d4

View File

@ -31,7 +31,7 @@ func CLIConfigReader() (*config.CLIConfig, error) {
dodo -c /path/to/config/file/config.json dodo -c /path/to/config/file/config.json
Usage with all flags: 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) {}, Run: func(cmd *cobra.Command, args []string) {},
SilenceErrors: true, SilenceErrors: true,
SilenceUsage: true, SilenceUsage: true,