MCPcopy Create free account
hub / github.com/Azure/peerd / Arguments

Struct Arguments

cmd/proxy/cmd.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type 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
25var version string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected