Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Al-Jarrah committed Oct 2, 2023
1 parent 13f2862 commit 293b28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expediagroup/sdk/docsgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
def main(
package_name: str = typer.Option(..., "--package-name", "-n"),
package_path: Path = typer.Option(..., "--package-path", "-p"),
templates_path: Optional[Path] = typer.Option(None, "--templates-path", "-t"),
templates_path: Optional[Path] = typer.Option("./templates", "--templates-path", "-t"),
output_path: Optional[Path] = typer.Option(Path(".."), "--output-path", "-o"),
):
print(Path().absolute())
Expand Down

0 comments on commit 293b28c

Please sign in to comment.