UNPKG
haz-cli
Version:
latest (0.0.4)
0.0.4
0.0.1
HAZ CLI
github.com/brianclogan/haz
brianclogan/haz
haz-cli
/
dist
/
commands
/
docker
/
stop.d.ts
7 lines
(6 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BaseCommand
}
from
"../../base-command.js"
;
export
default
class
Stop
extends
BaseCommand
{
static
description
:
string
;
static
summary
:
string
;
run
():
Promise
<
void
>; }