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

Function addLimitFlag

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

Source from the content-addressed store, hash-verified

93}
94
95func addLimitFlag(flags *pflag.FlagSet) {
96 flags.IntP(
97 "limit", "n", 10,
98 "maximum number of results")
99}
100
101func addCursorFlag(flags *pflag.FlagSet) {
102 flags.StringP(

Callers 12

NewRelationshipCmdFunction · 0.85
NewRelationshipsCmdFunction · 0.85
NewHuntingRulesetListCmdFunction · 0.85
NewIOCStreamListCmdFunction · 0.85
NewRetrohuntListCmdFunction · 0.85
NewRetrohuntMatchesCmdFunction · 0.85
NewMonitorItemsListCmdFunction · 0.85
NewThreatProfileListCmdFunction · 0.85
NewSearchCmdFunction · 0.85
NewContentSearchCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected