We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd9d85 commit 2eae326Copy full SHA for 2eae326
cmd/sour/main.go
@@ -25,7 +25,7 @@ var CLI struct {
25
Address string `optional:"" name:"address" help:"IP address the HTTP server will listen on." default:""`
26
Port int `optional:"" name:"port" help:"TCP port the HTTP server will listen on. This overrides the value set in any configurations." default:"-1"`
27
Configs []string `arg:"" optional:"" name:"configs" help:"Configuration files for the server." type:"file"`
28
- } `cmd:"" help:"Start the sour server."`
+ } `cmd:"" default:"withargs" help:"Start the sour server."`
29
30
Config struct {
31
} `cmd:"" help:"Write Sour's default configuration to standard output."`
0 commit comments