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

Function addOutputFlag

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

Source from the content-addressed store, hash-verified

105}
106
107func addOutputFlag(flags *pflag.FlagSet) {
108 flags.StringP(
109 "output", "o", ".",
110 "directory where downloaded files are put")
111}
112
113func addPrivateFlag(flags *pflag.FlagSet) {
114 flags.BoolP(

Callers 4

NewSearchCmdFunction · 0.85
NewDownloadCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected