Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
func
addMaxDepth(flags *pflag.FlagSet) {
84
flags.IntP(
85
"maxDepth"
,
"d"
, 1,
86
"maximum recursion depth for directory traversal"
)
87
}
88
89
func
addIDOnlyFlag(flags *pflag.FlagSet) {
90
flags.BoolP(
Callers
1
NewScanFileCmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected