Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ Enter
Method
Enter
include/cli/cli.h:330–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
void Help() const;
329
330
void Enter()
331
{
332
cli.EnterAction(out);
333
334
if (enterAction)
335
enterAction(out);
336
}
337
338
void Exit()
339
{
Callers
nothing calls this directly
Calls
1
EnterAction
Method · 0.45
Tested by
no test coverage detected