UNPKG

hades-cli

Version:
11 lines (10 loc) 293 B
import 'reflect-metadata'; 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>; }