| 17 | } |
| 18 | |
| 19 | type Arguments struct { |
| 20 | Server *ServerCmd `arg:"subcommand:run" help:"run the server"` |
| 21 | Version bool `arg:"-v" help:"show version and exit"` |
| 22 | LogLevel string `arg:"--log-level" help:"set the log level" default:"info" valid:"debug,info,warn,error,fatal,panic"` |
| 23 | } |
| 24 | |
| 25 | var version string |
nothing calls this directly
no outgoing calls
no test coverage detected