We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f327157 + 7b3046b commit 3c5628aCopy full SHA for 3c5628a
src/globals.ts
@@ -36,6 +36,7 @@ declare global {
36
var nothrow: typeof _.nothrow
37
var os: typeof _.os
38
var path: typeof _.path
39
+ var ps: typeof _.ps
40
var question: typeof _.question
41
var quiet: typeof _.quiet
42
var quote: typeof _.quote
@@ -44,10 +45,12 @@ declare global {
44
45
var sleep: typeof _.sleep
46
var spinner: typeof _.spinner
47
var stdin: typeof _.stdin
48
+ var syncProcessCwd: typeof _.syncProcessCwd
49
var tempdir: typeof _.tempdir
50
var tempfile: typeof _.tempfile
51
var tmpdir: typeof _.tempdir
52
var tmpfile: typeof _.tempfile
53
+ var updateArgv: typeof _.updateArgv
54
var usePowerShell: typeof _.usePowerShell
55
var usePwsh: typeof _.usePwsh
56
var useBash: typeof _.useBash
0 commit comments