UNPKG

xenforo-dl

Version:
9 lines 421 B
import { CLIOptionParserEntry, CLIOptions } from './CLIOptions.js'; import { DeepPartial, RecursivePropsTo } from '../lib/utils/Misc.js'; export type CommandLineParseResult = RecursivePropsTo<DeepPartial<CLIOptions>, CLIOptionParserEntry>; export default class CommandLineParser { #private; static parse(): CommandLineParseResult; static showUsage(): boolean; } //# sourceMappingURL=CommandLineParser.d.ts.map