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