UNPKG

beeline-cli

Version:

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

7 lines 214 B
import { Command } from '@oclif/core'; export default class Version extends Command { static description: string; static examples: string[]; run(): Promise<void>; } //# sourceMappingURL=version.d.ts.map