UNPKG

xrefcli

Version:

CLI command for the searching through OpenEdge XREF

11 lines (10 loc) 327 B
import { Executable } from '../executable'; import { Config } from '../config'; export declare class ParseCommand implements Executable { private config; private reponame; constructor(config: Config); execute(params: any): Promise<void>; parse(reponame: string): void; validate(params: any): boolean; }