Skip to content

Commit

Permalink
Update unison-cli/src/Unison/CommandLine/InputPatterns.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Penner <[email protected]>
  • Loading branch information
sixfourtwelve and ChrisPenner authored Sep 8, 2023
1 parent 5302538 commit 7bfbdaa
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 @@ -724,7 +724,7 @@ delete :: InputPattern
delete = deleteGen Nothing exactDefinitionTermQueryArg "term or type" (DeleteTarget'TermOrType DeleteOutput'NoDiff)

deleteVerbose :: InputPattern
deleteVerbose = deleteGen (Just "verbose") exactDefinitionTermQueryArg "term or type" (DeleteTarget'TermOrType DeleteOutput'Diff)
deleteVerbose = deleteGen (Just "verbose") exactDefinitionArg "term or type" (DeleteTarget'TermOrType DeleteOutput'Diff)

deleteTerm :: InputPattern
deleteTerm = deleteGen (Just "term") exactDefinitionTermQueryArg "term" (DeleteTarget'Term DeleteOutput'NoDiff)
Expand Down

0 comments on commit 7bfbdaa

Please sign in to comment.