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

Method AutocompleteFlags

command/namespace_create.go:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (c *NamespaceCreateCommand) AutocompleteFlags() complete.Flags {
70 return c.Flags().Completions()
71}
72
73func (c *NamespaceCreateCommand) Run(args []string) int {
74 f := c.Flags()

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
CompletionsMethod · 0.80

Tested by

no test coverage detected