mc-benchmark
Version:
Build charts about load time of Minecraft modpack.
18 lines (17 loc) • 376 B
TypeScript
declare const argv: {
[x: string]: unknown;
input: string;
ctlog: string;
data: string | undefined;
detailed: number;
template: string | undefined;
modpack: string | undefined;
verbose: number;
cwd: string;
nospaces: boolean;
_: (string | number)[];
$0: string;
};
export type Args = typeof argv;
export {};