roll commands (#4437)

* roll commands

* removed repeated funtion
This commit is contained in:
Fernando Herrera
2022-02-12 11:11:54 +00:00
committed by GitHub
parent b4b7524206
commit 1fd7b9ac38
8 changed files with 529 additions and 0 deletions

View File

@ -94,6 +94,11 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Reject,
Rename,
Reverse,
Roll,
RollDown,
RollUp,
RollLeft,
RollRight,
Rotate,
Select,
Shuffle,