Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirusTotal/vt-cli
/ addPasswordFlag
Function
addPasswordFlag
cmd/scan.go:325–329 ·
view source on GitHub ↗
(flags *pflag.FlagSet)
Source
from the content-addressed store, hash-verified
323
}
324
325
func
addPasswordFlag(flags *pflag.FlagSet) {
326
flags.StringP(
327
"password"
,
"p"
,
""
,
328
"Password of the protected file"
)
329
}
Callers
1
NewScanFileCmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected