UNPKG

xrefcli

Version:

CLI command for the searching through OpenEdge XREF

5 lines (4 loc) 103 B
import { CliArgs } from './types'; export declare class ParseArgs { static Parse(): CliArgs; }