MCPcopy
hub / github.com/hashicorp/vault / AutocompleteFlags

Method AutocompleteFlags

command/server.go:426–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424}
425
426func (c *ServerCommand) AutocompleteFlags() complete.Flags {
427 return c.Flags().Completions()
428}
429
430func (c *ServerCommand) flushLog() {
431 c.logGate.Flush()

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
CompletionsMethod · 0.80

Tested by

no test coverage detected