Closed IstiakFahim28 closed 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
Good answer, why would you use -s
when it's not implemented in the program?
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.