UNPKG
@oclif/plugin-which
Version:
latest (3.2.35)
3.2.35
3.2.34
3.2.33
3.2.32
3.2.31
3.2.30
3.2.29
3.2.28
3.2.27
3.2.26
3.2.25
3.2.24
3.2.23
3.2.22
3.2.21
3.2.20
3.2.19
3.2.18
3.2.17
3.2.16
3.2.15
3.2.14
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
2.2.34
2.2.33
2.2.32
2.2.31
2.2.30
2.2.29
2.2.28
2.2.27
2.2.26
2.2.25
2.2.24
2.2.23
2.2.22
2.2.21
2.2.20
2.2.19
2.2.18
2.2.17
2.2.16
2.2.15
2.2.14
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
find which plugin a command is in
github.com/oclif/plugin-which
oclif/plugin-which
@oclif/plugin-which
/
lib
/
commands
/
which.d.ts
11 lines
(10 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Command
}
from
'@oclif/core'
;
export
default
class
Which
extends
Command
{
static
description
:
string
;
static
examples
: {
command
:
string
;
description
:
string
; }[];
static
strict
:
boolean
;
run
():
Promise
<
void
>; }