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