v1.27.0-a #10

Closed
jonathanface wants to merge 473 commits from v1.27.0-a into master
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 70f90612c2 - Show all commits

View File

@ -394,6 +394,11 @@ var filplusListClaimsCmd = &cli.Command{
Name: "expired",
Usage: "list only expired claims",
},
&cli.BoolFlag{
Name: "json",
Usage: "output results in json format",
Value: false,
},
},
Action: func(cctx *cli.Context) error {
if cctx.NArg() > 1 {

View File

@ -1297,6 +1297,7 @@ USAGE:
OPTIONS:
--expired list only expired claims (default: false)
--json output results in json format (default: false)
--help, -h show help
```