From cee3987354239d887ae229df64f87f5ac222c24c Mon Sep 17 00:00:00 2001 From: guptadev21 Date: Fri, 18 Oct 2024 17:37:19 +0530 Subject: [PATCH] chore: hidden --- riocli/device/report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/riocli/device/report.py b/riocli/device/report.py index 483aa7c4..fef51c15 100644 --- a/riocli/device/report.py +++ b/riocli/device/report.py @@ -24,6 +24,7 @@ cls=HelpColorsCommand, help_headers_color=Colors.YELLOW, help_options_color=Colors.GREEN, + hidden=True, ) @click.option( "--force", "-f", "--silent", "force", is_flag=True, help="Skip confirmation"