MCPcopy Create free account
hub / github.com/hashicorp/vault / AutocompleteFlags

Method AutocompleteFlags

command/secrets_enable.go:269–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267}
268
269func (c *SecretsEnableCommand) AutocompleteFlags() complete.Flags {
270 return c.Flags().Completions()
271}
272
273func (c *SecretsEnableCommand) Run(args []string) int {
274 f := c.Flags()

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
CompletionsMethod · 0.80

Tested by

no test coverage detected