| 11 | type ScannerCmd struct{} |
| 12 | |
| 13 | type 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 | |
| 19 | var version string |
nothing calls this directly
no outgoing calls
no test coverage detected