UNPKG
oclif-web-ui
Version:
latest (0.1.0)
0.1.0
A Web UI for any CLI written with oclif
github.com/Junkern/oclif-web-ui
oclif/command
oclif-web-ui
/
lib
/
index.d.ts
6 lines
(5 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
import
Command
from
'./command'
;
import
*
as
flags
from
'./flags'
;
export
{ run,
Main
}
from
'./main'
;
export
default
Command
;
export
{
Command
, flags, };