Skip to content

Commit 3c5628a

Browse files
authored
Merge branch 'main' into refactor-setup-check
2 parents f327157 + 7b3046b commit 3c5628a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/globals.ts

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ declare global {
3636
var nothrow: typeof _.nothrow
3737
var os: typeof _.os
3838
var path: typeof _.path
39+
var ps: typeof _.ps
3940
var question: typeof _.question
4041
var quiet: typeof _.quiet
4142
var quote: typeof _.quote
@@ -44,10 +45,12 @@ declare global {
4445
var sleep: typeof _.sleep
4546
var spinner: typeof _.spinner
4647
var stdin: typeof _.stdin
48+
var syncProcessCwd: typeof _.syncProcessCwd
4749
var tempdir: typeof _.tempdir
4850
var tempfile: typeof _.tempfile
4951
var tmpdir: typeof _.tempdir
5052
var tmpfile: typeof _.tempfile
53+
var updateArgv: typeof _.updateArgv
5154
var usePowerShell: typeof _.usePowerShell
5255
var usePwsh: typeof _.usePwsh
5356
var useBash: typeof _.useBash

0 commit comments

Comments
 (0)