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

Method Flags

command/operator_key_status.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (c *OperatorKeyStatusCommand) Flags() *FlagSets {
40 return c.flagSet(FlagSetHTTP | FlagSetOutputFormat)
41}
42
43func (c *OperatorKeyStatusCommand) AutocompleteArgs() complete.Predictor {
44 return nil

Callers 3

HelpMethod · 0.95
AutocompleteFlagsMethod · 0.95
RunMethod · 0.95

Calls 1

flagSetMethod · 0.80

Tested by

no test coverage detected