gwen001 / github-search

A collection of tools to perform searches on GitHub.
https://10degres.net/github-tools-collection/
MIT License
1.34k stars 339 forks source link

git-history.py:error: unrecognized arguments: -s #22

Closed IstiakFahim28 closed 3 years ago

IstiakFahim28 commented 3 years ago

When i try to run this command(python git-history.py -p ~/repos -s ~/.gf/aws-keys.json -d 2019-01-01 -c 1000000) . I got this (error: unrecognized arguments: -s). And when i run this command ( python git-history.py -h ). I didn't see any argument with -s Please solve this issue. githubError githubErr2

Sicks3c commented 3 years ago

Hello @IstiakFahim28

Look like you are using the argument -s and it's not used in the script at all that's why you are getting the error Replace -s with -r

Regards

gwen001 commented 3 years ago

Good answer, why would you use -s when it's not implemented in the program?