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