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

Function addMaxDepth

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

Source from the content-addressed store, hash-verified

81}
82
83func addMaxDepth(flags *pflag.FlagSet) {
84 flags.IntP(
85 "maxDepth", "d", 1,
86 "maximum recursion depth for directory traversal")
87}
88
89func addIDOnlyFlag(flags *pflag.FlagSet) {
90 flags.BoolP(

Callers 1

NewScanFileCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected