Skip to content

Commit

Permalink
fix: cli: json flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf authored Apr 12, 2024
1 parent 3cc62e0 commit 7b71868
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cli/filplus.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7b71868

Please sign in to comment.