fix(cli): make failed retrievals show by default

This commit is contained in:
hannahhoward 2021-06-01 16:02:35 -07:00
parent 3fbe2b320d
commit 93a2530803

View File

@ -1227,6 +1227,7 @@ var clientListRetrievalsCmd = &cli.Command{
&cli.BoolFlag{
Name: "show-failed",
Usage: "show failed/failing deals",
Value: true,
},
&cli.BoolFlag{
Name: "completed",