UNPKG

@oada/cli

Version:

CLI OADA client

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