Skip to content

Commit

Permalink
update query args and push up transcript output
Browse files Browse the repository at this point in the history
  • Loading branch information
epmorgan committed Oct 10, 2023
1 parent ab1a39e commit a802da1
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 @@ -727,7 +727,7 @@ deleteGen suffix queryCompletionArg target mkTarget =
)

delete :: InputPattern
delete = deleteGen Nothing exactDefinitionTermQueryArg "term or type" (DeleteTarget'TermOrType DeleteOutput'NoDiff)
delete = deleteGen Nothing exactDefinitionTypeOrTermQueryArg "term or type" (DeleteTarget'TermOrType DeleteOutput'NoDiff)

deleteVerbose :: InputPattern
deleteVerbose = deleteGen (Just "verbose") exactDefinitionTypeOrTermQueryArg "term or type" (DeleteTarget'TermOrType DeleteOutput'Diff)
Expand Down

0 comments on commit a802da1

Please sign in to comment.