UNPKG

hades-cli

Version:
10 lines (9 loc) 266 B
import { Command } from '@oclif/command'; export default class Key extends Command { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; static args: never[]; run(): Promise<void>; }