UNPKG

528 BTypeScriptView Raw
1export interface CliFlags {
2 color: boolean;
3 config?: string;
4 cwd: string;
5 edit?: string | boolean;
6 env?: string;
7 extends?: (string | number)[];
8 help?: boolean;
9 'help-url'?: string;
10 from?: string;
11 'git-log-args'?: string;
12 format?: string;
13 'parser-preset'?: string;
14 quiet: boolean;
15 to?: string;
16 version?: boolean;
17 verbose?: boolean;
18 'print-config'?: boolean;
19 strict?: boolean;
20 _: (string | number)[];
21 $0: string;
22}
23//# sourceMappingURL=types.d.ts.map
\No newline at end of file