We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28fb9c commit 7dbb3acCopy full SHA for 7dbb3ac
args.go
@@ -23,6 +23,6 @@ type (
23
Connection *ConnectionArgs `validate:"-" arg:"subcommand:conn" help:"Manage cell connection"`
24
SMS *SMSActionArgs `validate:"-" arg:"subcommand:sms" help:"Manage SMS"`
25
Host string `validate:"omitempty,ipv4|hostname" arg:"--host" help:"Override hostname in config file"`
26
- DisableColor bool `arg:"-p,--plain" help:"Disable color for better software interaction"`
+ DisableColor bool `arg:"--plain" help:"Disable color for better software interaction"`
27
}
28
)
0 commit comments