(args []string)
| 28 | |
| 29 | type Storage interface { |
| 30 | GetCommandPolicy(args []string) (policy Policy, err error) |
| 31 | |
| 32 | GetAllCompletions() (pages []HelpPage, err error) |
| 33 | GetCompletions(path string) (completions []Completion, err error) |
no outgoing calls
no test coverage detected