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

Function addCursorFlag

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

Source from the content-addressed store, hash-verified

99}
100
101func addCursorFlag(flags *pflag.FlagSet) {
102 flags.StringP(
103 "cursor", "c", "",
104 "cursor for continuing where the previous request left")
105}
106
107func addOutputFlag(flags *pflag.FlagSet) {
108 flags.StringP(

Callers 11

NewRelationshipCmdFunction · 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