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

Method AutocompleteFlags

command/operator_key_status.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (c *OperatorKeyStatusCommand) AutocompleteFlags() complete.Flags {
48 return c.Flags().Completions()
49}
50
51func (c *OperatorKeyStatusCommand) Run(args []string) int {
52 f := c.Flags()

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
CompletionsMethod · 0.80

Tested by

no test coverage detected