Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ parse
Method
parse
src/SimpleCLI.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void SimpleCLI::parse(const String& input) {
59
parse(input.c_str(), input.length());
60
}
61
62
void SimpleCLI::parse(const char* input) {
63
if (input) parse(input, strlen(input));
Callers
nothing calls this directly
Calls
10
parse_lines
Function · 0.85
cmd_parse
Function · 0.85
cmd_push
Function · 0.85
cmd_copy
Function · 0.85
cmd_error_push
Function · 0.85
cmd_error_copy
Function · 0.85
cmd_error_destroy
Function · 0.85
cmd_reset_cli
Function · 0.85
cmd_error_create_not_found
Function · 0.85
line_list_destroy
Function · 0.85
Tested by
no test coverage detected