UNPKG

@oada/cli

Version:

CLI OADA client

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