Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirusTotal/vt-cli
/ addRecursive
Function
addRecursive
cmd/cmd.go:77–81 ·
view source on GitHub ↗
(flags *pflag.FlagSet)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
addRecursive(flags *pflag.FlagSet) {
78
flags.BoolP(
79
"recursive"
,
"r"
, false,
80
"enable recursive traversal of subdirectories"
)
81
}
82
83
func
addMaxDepth(flags *pflag.FlagSet) {
84
flags.IntP(
Callers
1
NewScanFileCmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected