UNPKG

revit-cli

Version:

A scalable CLI tool for Revit communication and data manipulation

11 lines 398 B
/** * Room-related commands for the Revit CLI * Refactored to use modular architecture for better maintainability */ import { Command } from 'commander'; import { CLIState } from '../cli/initializer'; /** * Register room-related CLI commands */ export declare function registerRoomCommands(program: Command, getState: () => Promise<CLIState>): void; //# sourceMappingURL=room-commands.d.ts.map