summaryrefslogtreecommitdiff
path: root/internal/cmd/sync.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-15 08:06:39 +0300
committerPaul Buetow <paul@buetow.org>2025-07-15 08:06:39 +0300
commite23fc252fbac2aba69f1f1268af9425af4d43d19 (patch)
treeab430228b3ecb0d5a1d292b124c7f10cd6a91892 /internal/cmd/sync.go
parent47456d20d8b55a7f67668f7f1faae6fef16062dd (diff)
add vibe coding info
Diffstat (limited to 'internal/cmd/sync.go')
-rw-r--r--internal/cmd/sync.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/cmd/sync.go b/internal/cmd/sync.go
index 9efa432..abedb7e 100644
--- a/internal/cmd/sync.go
+++ b/internal/cmd/sync.go
@@ -196,5 +196,7 @@ func buildFlags() *cli.Flags {
NoCheckReleases: noReleases,
AutoCreateReleases: autoCreate,
AIReleaseNotes: !noAIReleaseNotes,
+ CreateGitHubRepos: createRepos,
+ CreateCodebergRepos: createRepos,
}
} \ No newline at end of file