mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Merge 281ffc9169 into bf5da9a9fb
This commit is contained in:
commit
5fa72dd979
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue