Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/hashicorp/vault
/ AutocompleteFlags
Method
AutocompleteFlags
command/patch.go:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(c *PatchCommand) AutocompleteFlags() complete.Flags {
95
return
c.Flags().Completions()
96
}
97
98
func
(c *PatchCommand) Run(args []string) int {
99
f := c.Flags()
Callers
nothing calls this directly
Calls
2
Flags
Method · 0.95
Completions
Method · 0.80
Tested by
no test coverage detected