From a49185b666ea940bdc47866012b98dcd9bf4f552 Mon Sep 17 00:00:00 2001 From: Thomas Grimonet Date: Mon, 8 Jul 2024 09:27:01 +0200 Subject: [PATCH] fix(anta.cli): Update --hide description under anta nrfu --- anta/cli/nrfu/__init__.py | 2 +- docs/snippets/anta_nrfu_help.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/anta/cli/nrfu/__init__.py b/anta/cli/nrfu/__init__.py index 381f6c1bc..596654686 100644 --- a/anta/cli/nrfu/__init__.py +++ b/anta/cli/nrfu/__init__.py @@ -92,7 +92,7 @@ def parse_args(self, ctx: click.Context, args: list[str]) -> list[str]: default=None, type=click.Choice(HIDE_STATUS, case_sensitive=False), multiple=True, - help="Group result by test or device.", + help="Hide results by type: success / failure / error / skipped'.", required=False, ) @click.option( diff --git a/docs/snippets/anta_nrfu_help.txt b/docs/snippets/anta_nrfu_help.txt index 0717daa9e..48bb15b9b 100644 --- a/docs/snippets/anta_nrfu_help.txt +++ b/docs/snippets/anta_nrfu_help.txt @@ -43,7 +43,8 @@ Options: or 1 if any test failed. [env var: ANTA_NRFU_IGNORE_ERROR] --hide [success|failure|error|skipped] - Group result by test or device. + Hide result by type: success / failure / + error / skipped'. --dry-run Run anta nrfu command but stop before starting to execute the tests. Considers all devices as connected. [env var: