UNPKG

revit-cli

Version:

A scalable CLI tool for Revit communication and data manipulation

7 lines 278 B
import { Command } from 'commander'; import { CLIState } from '../cli/initializer'; /** * Register wall-related CLI commands */ export declare function registerWallCommands(program: Command, getState: () => Promise<CLIState>): void; //# sourceMappingURL=wall-commands.d.ts.map