Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ ExitAction
Method
ExitAction
include/cli/cli.h:354–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
void ExitAction(const std::function<void(std::ostream&)>& action)
355
{
356
exitAction = action;
357
}
358
359
void ShowHistory() const { history.Show(out); }
360
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected