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
Copy file name to clipboardExpand all lines: main.go
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ var currentDirectory, _ = os.Getwd()
32
32
vardateToday=time.Now().Format("01-02-2006")
33
33
varallRepos=map[string]any{}
34
34
35
-
varrepoFlag=flag.Bool("backup-repos", false, "Set this flag to backup your repositories and skip the interactive UI (can be combined with backup-stars)")
36
-
varstarFlag=flag.Bool("backup-stars", false, "Set this flag to backup your starred repositoriesand skip the interactive UI (can be combined with backup-repos)")
37
-
varskipList=flag.Bool("skip-list", false, "Set this flag to skip creating a list of all repositories")
38
-
varlistOnly=flag.Bool("list-only", false, "Set this flag to only generate a list of all repositories and skip cloning. Should not be used with skip-list")
35
+
varrepoFlag=flag.Bool("backup-repos", false, "Set this flag to backup your repositories and SKIP the interactive UI (can be combined with backup-stars)")
36
+
varstarFlag=flag.Bool("backup-stars", false, "Set this flag to backup your starred repositoriesand SKIP the interactive UI (can be combined with backup-repos)")
37
+
varskipList=flag.Bool("skip-list", false, "Set this flag to skip creating a list of the specified repositories")
38
+
varlistOnly=flag.Bool("list-only", false, "Set this flag to only generate a list of the repositories specified and skip cloning. Should not be used with skip-list")
0 commit comments