Skip to content

Commit 2eae326

Browse files
committed
feat: version
1 parent dfd9d85 commit 2eae326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sour/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var CLI struct {
2525
Address string `optional:"" name:"address" help:"IP address the HTTP server will listen on." default:""`
2626
Port int `optional:"" name:"port" help:"TCP port the HTTP server will listen on. This overrides the value set in any configurations." default:"-1"`
2727
Configs []string `arg:"" optional:"" name:"configs" help:"Configuration files for the server." type:"file"`
28-
} `cmd:"" help:"Start the sour server."`
28+
} `cmd:"" default:"withargs" help:"Start the sour server."`
2929

3030
Config struct {
3131
} `cmd:"" help:"Write Sour's default configuration to standard output."`

0 commit comments

Comments
 (0)