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

Function addThreadsFlag

cmd/cmd.go:71–75  ·  view source on GitHub ↗
(flags *pflag.FlagSet)

Source from the content-addressed store, hash-verified

69}
70
71func addThreadsFlag(flags *pflag.FlagSet) {
72 flags.IntP(
73 "threads", "t", 5,
74 "number of threads working in parallel")
75}
76
77func addRecursive(flags *pflag.FlagSet) {
78 flags.BoolP(

Callers 15

NewAnalysisCmdFunction · 0.85
NewScanFileCmdFunction · 0.85
NewScanURLCmdFunction · 0.85
NewHuntingRulesetCmdFunction · 0.85
NewFileCmdFunction · 0.85
NewIOCStreamCmdFunction · 0.85
NewRetrohuntCmdFunction · 0.85
NewMonitorItemsUploadCmdFunction · 0.85
NewMonitorCmdFunction · 0.85
NewThreatProfileCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected