Skip to content

Commit 7dbb3ac

Browse files
committed
Fix -p argument
1 parent d28fb9c commit 7dbb3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

args.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ type (
2323
Connection *ConnectionArgs `validate:"-" arg:"subcommand:conn" help:"Manage cell connection"`
2424
SMS *SMSActionArgs `validate:"-" arg:"subcommand:sms" help:"Manage SMS"`
2525
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"`
26+
DisableColor bool `arg:"--plain" help:"Disable color for better software interaction"`
2727
}
2828
)

0 commit comments

Comments
 (0)