UNPKG
@shutootaki/gwm
Version:
latest (0.2.0)
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
git worktree manager CLI
github.com/shutootaki/gwm
shutootaki/gwm
@shutootaki/gwm
/
dist
/
utils
/
shell.d.ts
4 lines
•
256 B
TypeScript
View Raw
1
2
3
4
import
{ execSync }
from
'child_process'
;
export
declare
function
escapeShellArg
(
arg
:
string
):
string
;
export
declare
function
exec
(
command
:
string
,
options
?:
Parameters
<
typeof
execSync>[
1
]
):
ReturnType
<
typeof
execSync>;
//# sourceMappingURL=shell.d.ts.map