beeline-cli
Version:
A terminal wallet for the Hive blockchain - type, sign, rule the chain
17 lines • 630 B
TypeScript
import { Command } from '@oclif/core';
export default class Plugins extends Command {
static description: string;
static examples: string[];
static flags: {
help: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<void>;
};
static args: {
action: import("@oclif/core/lib/interfaces/parser.js").Arg<string, Record<string, unknown>>;
target: import("@oclif/core/lib/interfaces/parser.js").Arg<string, Record<string, unknown>>;
};
run(): Promise<void>;
private listPlugins;
private installPlugin;
private uninstallPlugin;
}
//# sourceMappingURL=plugins.d.ts.map