diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-15 08:06:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-15 08:06:39 +0300 |
| commit | e23fc252fbac2aba69f1f1268af9425af4d43d19 (patch) | |
| tree | ab430228b3ecb0d5a1d292b124c7f10cd6a91892 /internal/cmd | |
| parent | 47456d20d8b55a7f67668f7f1faae6fef16062dd (diff) | |
add vibe coding info
Diffstat (limited to 'internal/cmd')
| -rw-r--r-- | internal/cmd/sync.go | 2 |
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 |
