feat(cli): add construct:rename command

This commit is contained in:
ForestOfLight
2026-05-19 21:34:35 -07:00
Unverified
parent c682d7a199
commit cb19a3a62f
4 changed files with 54 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ import './classes/MenuItemHandler';
import './commands/ConstructCommand';
import './commands/NewCommand';
import './commands/DeleteCommand';
import './commands/RenameCommand';
// Other
import './classes/BlockInfo';