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
/
fs
/
list.d.ts
8 lines
(7 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Command
from
'../../BaseCommand.js'
;
export
default
class
List
extends
Command
{
static
description
:
string
;
static
aliases
:
string
[];
static
strict
:
boolean
;
run
():
Promise
<
void
>; }