UNPKG
@oclif/plugin-commands
Version:
dev (3.1.7-dev.1)
latest (4.1.59)
4.1.59
4.1.58
4.1.57
4.1.56
4.1.55
4.1.54
4.1.53
4.1.52
4.1.51
4.1.50
4.1.49
4.1.48
4.1.47
4.1.46
4.1.45
4.1.44
4.1.43
4.1.42
4.1.41
4.1.40
4.1.39
4.1.38
4.1.37
4.1.36
4.1.35
4.1.34
4.1.33
4.1.32
4.1.31
4.1.30
4.1.29
4.1.28
4.1.27
4.1.26
4.1.25
4.1.24
4.1.23
4.1.22
4.1.21
4.1.20
4.1.19
4.1.18
4.1.17
4.1.16
4.1.15
4.1.14
4.1.13
4.1.12
4.1.11
4.1.10
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.7
3.1.7-dev.1
3.1.7-dev.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
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.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.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.0
2.0.2
2.0.1
2.0.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.0
plugin to show the list of all the commands
github.com/oclif/plugin-commands
oclif/plugin-commands
@oclif/plugin-commands
/
lib
/
utils
/
tree.d.ts
5 lines
(4 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
import
{
Command
}
from
'@oclif/core'
;
import
{
Tree
}
from
'@oclif/core/lib/cli-ux/styled/tree'
;
declare
const
createCommandTree
:
(
commands
:
Command
.
Loadable
[],
topicSeparator
?:
string
) =>
Tree
;
export
default
createCommandTree;