xrefcli
Version:
CLI command for the searching through OpenEdge XREF
18 lines (17 loc) • 434 B
TypeScript
import { Section } from 'command-line-usage';
export declare class Help {
commandLineUsage: any;
sections: Section[];
main(): void;
aboutCommand(): void;
exportCommand(): void;
initCommand(): void;
listCommand(): void;
matrixCommand(): void;
parseCommand(): void;
removeCommand(): void;
reposCommand(): void;
searchCommand(): void;
showCommand(): void;
switchCommand(): void;
}