Skip to content

Commit

Permalink
feat: version
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Nov 3, 2024
1 parent dfd9d85 commit 2eae326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sour/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var CLI struct {
Address string `optional:"" name:"address" help:"IP address the HTTP server will listen on." default:""`
Port int `optional:"" name:"port" help:"TCP port the HTTP server will listen on. This overrides the value set in any configurations." default:"-1"`
Configs []string `arg:"" optional:"" name:"configs" help:"Configuration files for the server." type:"file"`
} `cmd:"" help:"Start the sour server."`
} `cmd:"" default:"withargs" help:"Start the sour server."`

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

0 comments on commit 2eae326

Please sign in to comment.