feat(cli): add construct:move command

This commit is contained in:
ForestOfLight
2026-05-19 21:47:39 -07:00
Unverified
parent 4fe45b5a7b
commit 38a1c3ccbc
4 changed files with 73 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ import './commands/DeleteCommand';
import './commands/RenameCommand';
import './commands/ListCommand';
import './commands/PlaceCommand';
import './commands/MoveCommand';
// Other
import './classes/BlockInfo';