Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashicorp/vault
/ AutocompleteFlags
Method
AutocompleteFlags
command/unwrap.go:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
func
(c *UnwrapCommand) AutocompleteFlags() complete.Flags {
62
return
c.Flags().Completions()
63
}
64
65
func
(c *UnwrapCommand) Run(args []string) int {
66
f := c.Flags()
Callers
nothing calls this directly
Calls
2
Flags
Method · 0.95
Completions
Method · 0.80
Tested by
no test coverage detected