UNPKG

407 BTypeScriptView Raw
1import { Section } from 'command-line-usage';
2export declare class Help {
3 commandLineUsage: any;
4 sections: Section[];
5 main(): void;
6 aboutCommand(): void;
7 exportCommand(): void;
8 initCommand(): void;
9 listCommand(): void;
10 parseCommand(): void;
11 removeCommand(): void;
12 reposCommand(): void;
13 searchCommand(): void;
14 showCommand(): void;
15 switchCommand(): void;
16}