UNPKG
@oada/cli
Version:
beta (4.0.0)
latest (5.0.0)
5.0.0
4.0.0
2.0.0
CLI OADA client
github.com/OADA/cli
@oada/cli
/
dist
/
commands
/
config
/
show.d.ts
7 lines
(6 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
Command
from
'../../BaseCommand.js'
;
export
default
class
ShowConfig
extends
Command
{
static
description
:
string
;
static
aliases
:
string
[];
run
():
Promise
<
void
>; }