UNPKG
@argdown/cli
Version:
latest (1.7.5)
1.7.5
1.7.4
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.9
1.4.8
1.4.7
1.4.5
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A command line interface for exporting Argdown files to html, dot or json.
christianvoigt/argdown
@argdown/cli
/
src
/
IGeneralCliOptions.ts
10 lines
(9 loc)
•
197 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
IGeneralCliOptions
{
verbose
?:
boolean
;
silent
?:
boolean
;
stdout
?:
boolean
;
watch
?:
boolean
;
config
?:
string
;
logParserErrors
?:
boolean
;
throwExceptions
?:
boolean
; }