UNPKG

@villedemontreal/scripting

Version:
15 lines 430 B
import { Command } from '@caporal/core'; import { ScriptBase } from '../src'; export interface Options { /** * Disable the visual notification */ dn?: boolean; } export declare class WatchScript extends ScriptBase<Options> { get name(): string; get description(): string; protected configure(command: Command): Promise<void>; protected main(): Promise<void>; } //# sourceMappingURL=watch.d.ts.map