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

Function addIncludeExcludeFlags

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

Source from the content-addressed store, hash-verified

59}
60
61func addIncludeExcludeFlags(flags *pflag.FlagSet) {
62 flags.StringSliceP(
63 "include", "i", []string{"**"},
64 "include fields matching the provided pattern")
65
66 flags.StringSliceP(
67 "exclude", "x", []string{},
68 "exclude fields matching the provided pattern")
69}
70
71func addThreadsFlag(flags *pflag.FlagSet) {
72 flags.IntP(

Callers 15

NewAnalysisCmdFunction · 0.85
NewScanFileCmdFunction · 0.85
NewRelationshipCmdFunction · 0.85
NewRelationshipsCmdFunction · 0.85
NewHuntingRulesetListCmdFunction · 0.85
NewHuntingRulesetCmdFunction · 0.85
NewFileCmdFunction · 0.85
NewIOCStreamCmdFunction · 0.85
NewIOCStreamListCmdFunction · 0.85
NewRetrohuntListCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected