Skip to content

Commit

Permalink
fix: use "withargs" to remain backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
costela committed Jun 30, 2022
1 parent df46562 commit 55111c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type cli struct {
LogLevel LogLevelFlag `env:"WESHER_LOG_LEVEL" help:"set the verbosity (debug/info/warn/error)" default:"warn"`
Version VersionFlag `help:"display current version and exit"`

Agent AgentCmd `cmd:"" default:"" help:"start the wesher agent (default when no command specified)"`
Agent AgentCmd `cmd:"" default:"withargs" help:"start the wesher agent (default when no command specified)"`
}

func main() {
Expand Down

0 comments on commit 55111c3

Please sign in to comment.