fix: cli: json flag (#11868)
This commit is contained in:
parent
3931710c72
commit
70f90612c2
@ -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 {
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user