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

Function addWaitForCompletionFlag

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

Source from the content-addressed store, hash-verified

317}
318
319func addWaitForCompletionFlag(flags *pflag.FlagSet) {
320 flags.BoolP(
321 "wait", "w", false,
322 "Wait until the analysis is completed and show the analysis results")
323}
324
325func addPasswordFlag(flags *pflag.FlagSet) {
326 flags.StringP(

Callers 2

NewScanFileCmdFunction · 0.85
NewScanURLCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected