docs(repo): drop internal "core" from --cluster flag help · Entire
docs(repo): drop internal "core" from --cluster flag help
3ccc3f0→main·
toothbrush·2w ago·1 file·+1 added/-1 removed
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
Sessions
0ccf757f0a62View transcript
?\
Add Entire Repo Clone CommandClaude Code·Opus 4.8[1m]·1 step
Changes
1
cmd/entire/cli
Mrepo_clone.go+1/-1
117 unmodified lines
118
119
120
121
121
122
123
124
117 unmodified lines
return runGitClone(cmd.Context(), cmd, cloneURL, targetDir)
},
}
cmd.Flags().StringVar(&cluster, "cluster", "", "cluster host to clone from when the repo is mirrored on more than one (may live in another auth context; resolved via that cluster's core)")
cmd.Flags().StringVar(&cluster, "cluster", "", "cluster host to clone from when the repo is mirrored on more than one (may belong to another auth context)")
return cmd
}
Mcmd/entire/cli/repo_clone.go+1/-1