@roots/bud
Version:
Configurable, extensible build tools for modern single and multi-page web applications
25 lines (24 loc) • 536 B
TypeScript
import BudCommand from '@roots/bud/cli/commands';
/**
* {@link BudCommand}
*/
export default class BudReplCommand extends BudCommand {
/**
* {@link BudCommand.paths}
*/
static paths: string[][];
/**
* {@link BudCommand.usage}
*/
static usage: import("@roots/bud-support/clipanion").Usage;
depth: string;
indent: string;
/**
* {@link BudCommand.catch}
*/
catch(error: Error): Promise<void>;
/**
* {@link BudCommand.execute}
*/
execute(): Promise<void>;
}