cli
cli copied to clipboard
cmd/network/request/list: add support for filtering by status
We might by default list all requests and add a flag to filter by one of these: pending, approved, rejected.
This feature requires adding filtering support in SPN. tracked by: https://github.com/tendermint/spn/issues/833
related to https://github.com/ignite-hq/cli/issues/2414.