MCPcopy 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
39function formatCommand(command: string, args: string[] = []): string {
40 return [command, ...args].join(" ");
41}
42
43async function execWithSudo(
44 command: string,

Callers 1

execWithSudoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected