beeline-cli
Version:
A terminal wallet for the Hive blockchain - type, sign, rule the chain
11 lines • 457 B
TypeScript
import { Command } from '@oclif/core';
export default class UI extends Command {
static description: string;
static examples: string[];
static flags: {
mock: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
node: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
};
run(): Promise<void>;
}
//# sourceMappingURL=ui.d.ts.map