UNPKG

@holographxyz/cli

Version:
10 lines (9 loc) 220 B
import ConfigView from './view'; export default class ConfigUser extends ConfigView { static description: string; static examples: string[]; /** * Command Entry Point */ run(): Promise<void>; }