Loading src/climax/__main__.py +1 −1 Original line number Diff line number Diff line Loading @@ -846,7 +846,7 @@ def feed( ) def sync( directory: Annotated[ Optional[Path], typer.Argument(help=_("Dossier du projet MaX")) Optional[Path], typer.Option(help=_("Dossier du projet MaX")) ] = os.getcwd(), ): ensure_java() Loading Loading
src/climax/__main__.py +1 −1 Original line number Diff line number Diff line Loading @@ -846,7 +846,7 @@ def feed( ) def sync( directory: Annotated[ Optional[Path], typer.Argument(help=_("Dossier du projet MaX")) Optional[Path], typer.Option(help=_("Dossier du projet MaX")) ] = os.getcwd(), ): ensure_java() Loading