Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
type
HelpParser
interface
{
26
Name() string
27
Parse(context parseContext) (*parseResult, error)
28
}
29
30
var
parsers = []HelpParser{
31
makeArgparseParser(),
Callers
11
newTestSqliteStorage
Function · 0.65
SetupWorkbench
Function · 0.65
Close
Method · 0.65
trimLogs
Method · 0.65
getMessageName
Function · 0.65
ParseHelp
Function · 0.65
main
Function · 0.65
ParseHelp
Function · 0.65
TestParseDocker
Function · 0.65
TestParseArgparse
Function · 0.65
TestParseArgparseContext
Function · 0.65
Implementers
2
argparseParser
parse_doc/argparse.go
defaultParser
parse_doc/parse_default.go
Calls
no outgoing calls
Tested by
no test coverage detected