feat(cli): add construct:new command

This commit is contained in:
ForestOfLight
2026-05-19 21:26:34 -07:00
Unverified
parent 4d07e2e1ae
commit 50ed8c3e02
4 changed files with 59 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ import './classes/MenuItemHandler';
// Commands
import './commands/ConstructCommand';
import './commands/NewCommand';
// Other
import './classes/BlockInfo';