You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('-l', '--list', type=str, required=True, help='Path to the file containing the list of repositories. Repositories should be separated by a line break. Names should be in the format <organization or owner>/<name> ')
26
-
parser.add_argument("--download_repos", type=str, help="path to downloaded repositories", default='./')
24
+
parser.add_argument(
25
+
"--forks_include", help="logging data from forks", action="store_true"
help='Path to the file containing the list of repositories. Repositories should be separated by a line break. Names should be in the format <organization or owner>/<name> ',
parser.add_argument('-b', '--branch', type=str, required=False, help='branch to select commits, by default use "default" repository branch, use "all" to get all commits from all branches', default=None)
32
-
parser.add_argument('--google_token', type=str, required=False, help='Specify path to google token file')
0 commit comments