export interface CliArgs {
    command: string;
    options: Object;
}
