From: garciadeblas Date: Tue, 25 Nov 2025 15:20:47 +0000 (+0100) Subject: Fix filter in list operations for apps X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F15540%2F1;p=osm%2Fosmclient.git Fix filter in list operations for apps Change-Id: I48be17e09542c2dab96589dad2b0796f389dff7c Signed-off-by: garciadeblas --- diff --git a/osmclient/cli_commands/app.py b/osmclient/cli_commands/app.py index 98811fd..0a14510 100755 --- a/osmclient/cli_commands/app.py +++ b/osmclient/cli_commands/app.py @@ -182,6 +182,8 @@ def app_delete(ctx, name, force): @utils.require_hostname @click.option( "--filter", + default=None, + multiple=True, help="restricts the list to the items matching the filter", ) @print_output.output_option