ArgumentParser(description='Create a readme for the kodi repo') parser.add_argument('repo_user', help='The repository username') parser.add_argument('repo_name', help='The repository name') parser.add_argument('config', help='Path to config.json') parser.add_argument('commit_hash', help...