UNPKG
@oclif/dev-cli
Version:
latest (1.26.10)
1.26.10
1.26.9
1.26.8
1.26.7
1.26.6
1.26.5
1.26.4
1.26.3
1.26.2
1.26.1
1.26.0
1.25.1
1.25.0
1.24.4
1.24.3
1.24.2
1.24.1
1.24.0
1.23.1
1.23.0
1.22.2
1.22.0
1.21.4
1.21.3
1.21.2
1.21.1
1.21.0
1.19.5
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.18.1
1.18.0
1.17.0
1.16.0
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.14.0
1.13.34
1.13.33
1.13.32
1.13.31
1.13.30
1.13.29
1.13.28
1.13.27
1.13.26
1.13.25
1.13.24
1.13.23
1.13.22
1.13.21
1.13.20
1.13.19
1.13.18
1.13.17
1.13.16
1.13.15
1.13.14
1.13.13
1.13.12
1.13.11
1.13.10
1.13.9
1.13.8
1.13.7
1.13.6
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.1
1.12.0
1.11.0
1.10.2
1.10.1
1.10.0
1.9.19
1.9.18
1.9.17
1.9.16
1.9.15
1.9.14
1.9.13
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.13
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.20
1.2.19
1.2.18
1.2.17
1.2.16
1.2.15
1.2.14
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
helpers for oclif CLIs
github.com/oclif/dev-cli
oclif/dev-cli
@oclif/dev-cli
/
lib
/
commands
/
pack
/
win.d.ts
10 lines
(9 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Command
, flags }
from
'@oclif/command'
;
export
default
class
PackWin
extends
Command
{
static
description
:
string
;
static
flags
: {
root
: flags.
IOptionFlag
<
string
>; };
run
():
Promise
<
void
>;
private
checkForNSIS; }