MCPcopy Index your code
hub / github.com/hashicorp/vault / AutocompleteFlags

Method AutocompleteFlags

command/patch.go:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (c *PatchCommand) AutocompleteFlags() complete.Flags {
95 return c.Flags().Completions()
96}
97
98func (c *PatchCommand) Run(args []string) int {
99 f := c.Flags()

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
CompletionsMethod · 0.80

Tested by

no test coverage detected