Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ReZeroS/git
/ Parser
Interface
Parser
src/main/java/club/qqtim/parser/Parser.java:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
public
interface
Parser {
5
6
void
execute(String[] args);
7
}
Callers
1
execute
Method · 0.65
Implementers
1
CommandLineParser
src/main/java/club/qqtim/parser/suppor
Calls
no outgoing calls
Tested by
no test coverage detected