MCPcopy Create free account
hub / github.com/dim-an/cod / HelpParser

Interface HelpParser

parse_doc/parse_help.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type HelpParser interface {
26 Name() string
27 Parse(context parseContext) (*parseResult, error)
28}
29
30var parsers = []HelpParser{
31 makeArgparseParser(),

Callers 11

newTestSqliteStorageFunction · 0.65
SetupWorkbenchFunction · 0.65
CloseMethod · 0.65
trimLogsMethod · 0.65
getMessageNameFunction · 0.65
ParseHelpFunction · 0.65
mainFunction · 0.65
ParseHelpFunction · 0.65
TestParseDockerFunction · 0.65
TestParseArgparseFunction · 0.65
TestParseArgparseContextFunction · 0.65

Implementers 2

argparseParserparse_doc/argparse.go
defaultParserparse_doc/parse_default.go

Calls

no outgoing calls

Tested by

no test coverage detected