UNPKG

@oada/cli

Version:

CLI OADA client

7 lines (6 loc) 184 B
import Command from '../../BaseCommand.js'; export default class ShowConfig extends Command { static description: string; static aliases: string[]; run(): Promise<void>; }