Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ Disable
Method
Disable
include/cli/cli.h:418–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
c->Enable();
417
}
418
void Disable()
419
{
420
if(auto c = cmd.lock())
421
c->Disable();
422
}
423
void Remove()
424
{
425
auto scmd = cmd.lock();
Callers
nothing calls this directly
Calls
1
Disable
Method · 0.45
Tested by
no test coverage detected