UNPKG

beeline-cli

Version:

A terminal wallet for the Hive blockchain - type, sign, rule the chain

11 lines 375 B
import { Command } from '@oclif/core'; export default class RunPlugin extends Command { static description: string; static examples: string[]; static strict: boolean; static args: { command: import("@oclif/core/lib/interfaces/parser.js").Arg<string, Record<string, unknown>>; }; run(): Promise<void>; } //# sourceMappingURL=run-plugin.d.ts.map