Add optimize as an alias of optimise

This commit is contained in:
detroyejr 2024-09-23 21:39:42 -04:00
parent 68ba6ff470
commit 4e70c08002

View File

@ -27,3 +27,4 @@ struct CmdOptimiseStore : StoreCommand
};
static auto rCmdOptimiseStore = registerCommand2<CmdOptimiseStore>({"store", "optimise"});
static auto rCmdOptimizeStore = registerCommand2<CmdOptimiseStore>({"store", "optimize"});