MCPcopy Create free account
hub / github.com/VirusTotal/vt-cli / addOpenInVTFlag

Function addOpenInVTFlag

cmd/scan.go:313–317  ·  view source on GitHub ↗
(flags *pflag.FlagSet)

Source from the content-addressed store, hash-verified

311}
312
313func 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
319func addWaitForCompletionFlag(flags *pflag.FlagSet) {
320 flags.BoolP(

Callers 2

NewScanFileCmdFunction · 0.85
NewScanURLCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected