Skip to content

Commit

Permalink
chore(device): make report command visible
Browse files Browse the repository at this point in the history
  • Loading branch information
guptadev21 authored and ankitrgadiya committed Dec 18, 2024
1 parent f7be4f7 commit afc25e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions riocli/device/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
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"
Expand Down Expand Up @@ -57,7 +56,7 @@ def report_device(
spinner=None,
) -> None:
"""
Uploads device debug logs and optionally generates a shareable URL with an expiry time.
Uploads device debug logs.
Usage Examples:
Expand Down

0 comments on commit afc25e2

Please sign in to comment.