mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
Modify the argparse description to get aider/non-aider blame stats
This commit is contained in:
parent
93a48e5a4c
commit
361a749a89
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def get_commit_authors(commits):
|
||||||
hash_len = len('44e6fefc2')
|
hash_len = len('44e6fefc2')
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser(description="Get commit hashes since a specified tag.")
|
parser = argparse.ArgumentParser(description="Get aider/non-aider blame stats")
|
||||||
parser.add_argument("tag", help="The tag to start from")
|
parser.add_argument("tag", help="The tag to start from")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue