osr-discourse/commands/info.d.ts
2024-06-29 21:53:26 +02:00

7 lines
147 B
TypeScript

import * as CLI from 'yargs';
export declare const register: (cli: CLI.Argv) => CLI.Argv<{
debug: string;
} & {
env_key: string;
}>;