mirror of
https://github.com/clockfort/GitHub-Backup.git
synced 2025-03-23 00:00:05 +01:00
added support for oauth token and fixed little bug in pygithub3 configuration
Conflicts: github-backup.py
This commit is contained in:
parent
fb7a4cab04
commit
025d4d41ba
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ def init_parser():
|
|||
parser.add_argument("-s", "--suffix", help="Add suffix to repository directory names", default="")
|
||||
parser.add_argument("-P", "--prefix", help="Add prefix to repository directory names", default="")
|
||||
parser.add_argument("-p", "--password", help="Authenticate with Github API")
|
||||
parser.add_argument("-P","--prefix", help="Add prefix to repository directory names", default="")
|
||||
parser.add_argument("-P", "--prefix", help="Add prefix to repository directory names", default="")
|
||||
parser.add_argument("-t", "--token", help="Authenticate with Github API using OAuth token", default="")
|
||||
parser.add_argument("-o", "--organization", help="Backup Organizational repositories", metavar="ORG")
|
||||
parser.add_argument("-t","--token", help="Authenticate with Github API using OAuth token", default="")
|
||||
|
||||
return parser
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue