feat(cli): add construct:delete command

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