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

Struct Arguments

tests/cmd/cmd.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11type ScannerCmd struct{}
12
13type Arguments struct {
14 Random *RandomCmd `arg:"subcommand:random"`
15 Scanner *ScannerCmd `arg:"subcommand:scanner"`
16 Version bool `arg:"-v" help:"show version and exit"`
17}
18
19var version string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected