UNPKG

@tableau/taco-toolkit

Version:
5 lines (4 loc) 192 B
import { Command } from 'commander'; export declare const program: Command; export declare function createCommand(): Command; export declare function handler(program: Command): Promise<void>;