- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for env_vars (0.04 seconds)
-
scripts/translate.py
def make_pr( *, language: Annotated[str | None, typer.Option(envvar="LANGUAGE")] = None, command: Annotated[str | None, typer.Option(envvar="COMMAND")] = None, github_token: Annotated[str, typer.Option(envvar="GITHUB_TOKEN")], github_repository: Annotated[str, typer.Option(envvar="GITHUB_REPOSITORY")], commit_in_place: Annotated[ bool, typer.Option(envvar="COMMIT_IN_PLACE", show_default=True) ] = False, ) -> None:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:37:41 GMT 2026 - 15.8K bytes - Click Count (0)