xrefcli
Version:
CLI command for the searching through OpenEdge XREF
11 lines (10 loc) • 313 B
TypeScript
import { Config } from './../config';
import { Executable } from './../executable';
export declare class ReposCommand implements Executable {
private config;
private verbose;
private json;
constructor(config: Config);
execute(params: any): Promise<void>;
validate(params: any): boolean;
}