This commit is contained in:
Asta 2025-12-11 16:29:25 +08:00 committed by GitHub
commit 5fa72dd979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ setup_logger(log_level)
def set_parser(): def set_parser():
parser = argparse.ArgumentParser(description='AI based pull request analyzer', usage= parser = argparse.ArgumentParser(description='AI based pull request analyzer', usage=
"""\ """\
Usage: cli.py --pr-url=<URL on supported git hosting service> <command> [<args>]. Usage: cli.py --pr_url=<URL on supported git hosting service> <command> [<args>].
For example: For example:
- cli.py --pr_url=... review - cli.py --pr_url=... review
- cli.py --pr_url=... describe - cli.py --pr_url=... describe