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

Method Flags

command/unwrap.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (c *UnwrapCommand) Flags() *FlagSets {
54 return c.flagSet(FlagSetHTTP | FlagSetOutputField | FlagSetOutputFormat)
55}
56
57func (c *UnwrapCommand) AutocompleteArgs() complete.Predictor {
58 return c.PredictVaultFiles()

Callers 3

HelpMethod · 0.95
AutocompleteFlagsMethod · 0.95
RunMethod · 0.95

Calls 1

flagSetMethod · 0.80

Tested by

no test coverage detected