UNPKG
@shko.online/componentframework-mock-cli
Version:
latest (0.1.0)
0.1.0
Command line interface for @shko.online/componentframework-mock
@shko.online/componentframework-mock-cli
/
src
/
ProgramOptions.d.ts
10 lines
(7 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
OptionValues
}
from
"commander"
;
export
interface
ProgramOptions
extends
OptionValues
{
component
:
string
;
outputFolder
:
string
;
renderGenerator
:
string
;
logLevel
:
"none"
|
"error"
|
"verbose"
; }