(flags *pflag.FlagSet)
| 311 | } |
| 312 | |
| 313 | func addOpenInVTFlag(flags *pflag.FlagSet) { |
| 314 | flags.BoolP( |
| 315 | "open", "o", false, |
| 316 | "Return an URL to see the analysis report at the VirusTotal web GUI") |
| 317 | } |
| 318 | |
| 319 | func addWaitForCompletionFlag(flags *pflag.FlagSet) { |
| 320 | flags.BoolP( |
no outgoing calls
no test coverage detected