Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/di-sukharev/opencommit
/ joinCommand
Function
joinCommand
out/cli.cjs:66752–66752 ·
view source on GitHub ↗
(file, args)
Source
from the content-addressed store, hash-verified
66750
var
NO_ESCAPE_REGEXP = /^[\w.-]+$/;
66751
var
DOUBLE_QUOTES_REGEXP = /"/g;
66752
var
escapeArg = (arg) => {
66753
if
(typeof arg !==
"string"
|| NO_ESCAPE_REGEXP.test(arg)) {
66754
return
arg;
66755
}
Callers
2
execa
Function · 0.85
execaSync
Function · 0.85
Calls
1
normalizeArgs
Function · 0.85
Tested by
no test coverage detected