Skip to content

Commit

Permalink
Merge branch 'main' into fix-cli-version-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
codelion authored May 2, 2024
2 parents f0bb89a + afac526 commit 76f07f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from patchwork.logger import init_cli_logger, logger
from patchwork.steps.PreparePrompt import PreparePrompt


def _get_config_path(config: str, patchflow: str) -> tuple[Path | None, Path | None]:
config_path = Path(config)
prompt_path = None
Expand Down Expand Up @@ -40,6 +39,7 @@ def _get_config_path(config: str, patchflow: str) -> tuple[Path | None, Path | N
ignore_unknown_options=True,
)
)

@click.version_option(message="%(version)s", package_name="patchwork-cli")
@click.help_option("-h", "--help")
@click.option(
Expand Down

0 comments on commit 76f07f1

Please sign in to comment.