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

Method AutocompleteFlags

command/kv_patch.go:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142func (c *KVPatchCommand) AutocompleteFlags() complete.Flags {
143 return c.Flags().Completions()
144}
145
146func (c *KVPatchCommand) Run(args []string) int {
147 f := c.Flags()

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
CompletionsMethod · 0.80

Tested by

no test coverage detected