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
/
base-command.d.ts
7 lines
(6 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Command
}
from
'@oclif/core'
;
export
declare
abstract
class
BaseCommand
extends
Command
{
static
baseFlags
: {
verbose
:
import
(
"@oclif/core/lib/interfaces/parser.js"
).
BooleanFlag
<
boolean
>; }; }