UNPKG

revit-cli

Version:

A scalable CLI tool for Revit communication and data manipulation

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