Skip to content

Commit e690c5f

Browse files
authored
Merge pull request #4523 from unisonweb/topic/alias-move-rename
add `rename` as an alias for `move`
2 parents d2bb957 + 89c386b commit e690c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unison-cli/src/Unison/CommandLine/InputPatterns.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ moveAll :: InputPattern
686686
moveAll =
687687
InputPattern
688688
"move"
689-
[]
689+
["rename"]
690690
I.Visible
691691
[ (Required, namespaceOrDefinitionArg),
692692
(Required, newNameArg)

0 commit comments

Comments
 (0)