UNPKG

anobis

Version:
8 lines (6 loc) 178 B
import { IOptions } from './IOptions'; export interface ICLIOptions extends IOptions { readonly config: string; readonly output: string; readonly version: string; }