fix(cli): make failed retrievals show by default
This commit is contained in:
parent
3fbe2b320d
commit
93a2530803
@ -1227,6 +1227,7 @@ var clientListRetrievalsCmd = &cli.Command{
|
||||
&cli.BoolFlag{
|
||||
Name: "show-failed",
|
||||
Usage: "show failed/failing deals",
|
||||
Value: true,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "completed",
|
||||
|
Loading…
Reference in New Issue
Block a user