Skip to content

Commit

Permalink
fix(anta.cli): Update --hide description under anta nrfu (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 authored Jul 8, 2024
1 parent 3272011 commit 552cdf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anta/cli/nrfu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
3 changes: 2 additions & 1 deletion docs/snippets/anta_nrfu_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 552cdf6

Please sign in to comment.