MCPcopy Create free account
hub / github.com/entireio/git-sync / newPlanCmd

Function newPlanCmd

cmd/git-sync/syncplan.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func newPlanCmd() *cobra.Command {
22 return newSyncLikeCmd("plan", "Show what a sync or replicate would do without pushing", true, "")
23}
24
25func newSyncLikeCmd(name, short string, dryRun bool, defaultMode gitsync.OperationMode) *cobra.Command {
26 var (

Callers 1

newRootCmdFunction · 0.85

Calls 1

newSyncLikeCmdFunction · 0.85

Tested by

no test coverage detected