UNPKG

xrefcli

Version:

CLI command for the searching through OpenEdge XREF

9 lines (8 loc) 274 B
import { Config } from './../config'; import { Executable } from './../executable'; export declare class AboutCommand implements Executable { config: Config; constructor(config: Config); execute(params: any): Promise<void>; validate(params: any): boolean; }