MCPcopy Create free account
hub / github.com/algolia/cli / AddAllFlags

Method AddAllFlags

pkg/cmdutil/usage.go:68–74  ·  view source on GitHub ↗
(
	IOStreams *iostreams.IOStreams,
	command *cobra.Command,
	flagUsages string,
)

Source from the content-addressed store, hash-verified

66}
67
68func (u *UsageEntries) AddAllFlags(
69 IOStreams *iostreams.IOStreams,
70 command *cobra.Command,
71 flagUsages string,
72) {
73 u.AddFlags(IOStreams, command, command.LocalFlags().FlagUsages())
74}
75
76func (u *UsageEntries) AddFilteredFlags(
77 IOStreams *iostreams.IOStreams,

Callers

nothing calls this directly

Calls 1

AddFlagsMethod · 0.95

Tested by

no test coverage detected