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

Method AutocompleteFlags

command/operator_usage.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (c *OperatorUsageCommand) AutocompleteFlags() complete.Flags {
82 return c.Flags().Completions()
83}
84
85func (c *OperatorUsageCommand) Run(args []string) int {
86 f := c.Flags()

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
CompletionsMethod · 0.80

Tested by

no test coverage detected