UNPKG

@tableau/taco-toolkit

Version:
7 lines (6 loc) 349 B
import { Command, OptionValues } from 'commander'; import { CleanConfig } from './clean/clean'; export declare const program: Command; export declare function createCommand(): Command; export declare function handler(program: Command): Promise<void>; export declare function getCleanConfig(options: OptionValues, tacoRootPath: string): CleanConfig;