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

Method AutocompleteFlags

command/unwrap.go:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (c *UnwrapCommand) AutocompleteFlags() complete.Flags {
62 return c.Flags().Completions()
63}
64
65func (c *UnwrapCommand) Run(args []string) int {
66 f := c.Flags()

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
CompletionsMethod · 0.80

Tested by

no test coverage detected