UNPKG

@oada/cli

Version:

CLI OADA client

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