From 7b71868e861d54965283d1f23021192d14604924 Mon Sep 17 00:00:00 2001 From: Aloxaf Date: Fri, 12 Apr 2024 09:35:07 +0800 Subject: [PATCH] fix: cli: json flag --- cli/filplus.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cli/filplus.go b/cli/filplus.go index 7b876ea3218..717fa0d831b 100644 --- a/cli/filplus.go +++ b/cli/filplus.go @@ -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 {