You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
force: bool=typer.Option(False, "--force", "-f", help="Force re-download of all watched resources."),
256
+
server: Optional[Env] =typer.Option(None, "--server", "-s", case_sensitive=False, help="Switch to this server before updating ([green]LIVE[/green], [yellow]TEST[/yellow], [cyan]EMU[/cyan])."),
id_or_url: str=typer.Argument(..., metavar="ID_OR_URL", help="RedGuides resource ID or URL"),
262
269
force: bool=typer.Option(False, "--force", "-f", help="Force re-download by resetting this resource's download date."),
270
+
server: Optional[Env] =typer.Option(None, "--server", "-s", case_sensitive=False, help="Switch to this server type before downloading ([green]LIVE[/green], [yellow]TEST[/yellow], [cyan]EMU[/cyan])."),
0 commit comments