UNPKG
revit-cli
Version:
latest (0.1.1)
0.1.1
0.1.0
A scalable CLI tool for Revit communication and data manipulation
revit-cli
/
dist
/
commands
/
core-commands.d.ts
7 lines
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
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