Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ formatCommand
Function
formatCommand
daemon/src/service/network_limit_service.ts:39–41 ·
view source on GitHub ↗
(command: string, args: string[] = [])
Source
from the content-addressed store, hash-verified
37
}
38
39
function
formatCommand(command: string, args: string[] = []): string {
40
return
[command, ...args].join(
" "
);
41
}
42
43
async
function
execWithSudo(
44
command: string,
Callers
1
execWithSudo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected