xenforo-dl
Version:
XenForo Forum Downloader
9 lines • 421 B
TypeScript
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