v1.27.0-a #10
@ -394,6 +394,11 @@ var filplusListClaimsCmd = &cli.Command{
|
|||||||
Name: "expired",
|
Name: "expired",
|
||||||
Usage: "list only expired claims",
|
Usage: "list only expired claims",
|
||||||
},
|
},
|
||||||
|
&cli.BoolFlag{
|
||||||
|
Name: "json",
|
||||||
|
Usage: "output results in json format",
|
||||||
|
Value: false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
if cctx.NArg() > 1 {
|
if cctx.NArg() > 1 {
|
||||||
|
@ -1297,6 +1297,7 @@ USAGE:
|
|||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--expired list only expired claims (default: false)
|
--expired list only expired claims (default: false)
|
||||||
|
--json output results in json format (default: false)
|
||||||
--help, -h show help
|
--help, -h show help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user