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

Function addPrivateFlag

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

Source from the content-addressed store, hash-verified

111}
112
113func addPrivateFlag(flags *pflag.FlagSet) {
114 flags.BoolP(
115 "private", "P", false,
116 "include private ones (requires private scanning privileges)")
117}
118
119func addFilterFlag(flags *pflag.FlagSet) {
120 flags.StringP(

Callers 4

NewRelationshipCmdFunction · 0.85
NewRelationshipsCmdFunction · 0.85
NewFileCmdFunction · 0.85
NewURLCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected