Skip to content

Commit

Permalink
Merge pull request #55 from GauranshMathur/main
Browse files Browse the repository at this point in the history
Updated app.py
  • Loading branch information
codelion authored May 2, 2024
2 parents 1053ddf + e98c844 commit afac526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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,7 +39,8 @@ def _get_config_path(config: str, patchflow: str) -> tuple[Path | None, Path | N
ignore_unknown_options=True,
)
)
@click.version_option(message="%(version)s")

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

0 comments on commit afac526

Please sign in to comment.