3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
import { CommanderStatic } from 'commander';
|
|
export declare function getRemainingFlags(cli: CommanderStatic): any[];
|