Commit cf222bf9 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

directory now an option to sync

parent be056698
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()