Skip to content

Commit

Permalink
Make unsafe.force-push visible
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Nov 19, 2024
1 parent c289e8b commit c60cbbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unison-cli/src/Unison/CommandLine/InputPatterns.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2021,10 +2021,10 @@ pushForce :: InputPattern
pushForce =
InputPattern
"unsafe.force-push"
[]
I.Hidden
["push.unsafe-force"]
I.Visible
[("remote destination", Optional, remoteNamespaceArg), ("local source", Optional, namespaceOrProjectBranchArg suggestionsConfig)]
(P.wrap "Like `push`, but overwrites any remote namespace.")
(P.wrap "Like `push`, but forcibly overwrites the remote namespace.")
$ fmap
( \sourceTarget ->
Input.PushRemoteBranchI
Expand Down

0 comments on commit c60cbbc

Please sign in to comment.