We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360f93e commit 45608c7Copy full SHA for 45608c7
pr_agent/cli.py
@@ -14,7 +14,7 @@
14
def set_parser():
15
parser = argparse.ArgumentParser(description='AI based pull request analyzer', usage=
16
"""\
17
- 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>].
18
For example:
19
- cli.py --pr_url=... review
20
- cli.py --pr_url=... describe
0 commit comments