Skip to content

Commit

Permalink
Merge pull request #4523 from unisonweb/topic/alias-move-rename
Browse files Browse the repository at this point in the history
add `rename` as an alias for `move`
  • Loading branch information
aryairani authored Dec 19, 2023
2 parents d2bb957 + 89c386b commit e690c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unison-cli/src/Unison/CommandLine/InputPatterns.hs
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ moveAll :: InputPattern
moveAll =
InputPattern
"move"
[]
["rename"]
I.Visible
[ (Required, namespaceOrDefinitionArg),
(Required, newNameArg)
Expand Down

0 comments on commit e690c5f

Please sign in to comment.