Skip to content

Commit

Permalink
Fix -p argument
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenCursor committed Aug 2, 2024
1 parent d28fb9c commit 7dbb3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ type (
Connection *ConnectionArgs `validate:"-" arg:"subcommand:conn" help:"Manage cell connection"`
SMS *SMSActionArgs `validate:"-" arg:"subcommand:sms" help:"Manage SMS"`
Host string `validate:"omitempty,ipv4|hostname" arg:"--host" help:"Override hostname in config file"`
DisableColor bool `arg:"-p,--plain" help:"Disable color for better software interaction"`
DisableColor bool `arg:"--plain" help:"Disable color for better software interaction"`
}
)

0 comments on commit 7dbb3ac

Please sign in to comment.