(ctx *snap.Context)
| 3047 | } |
| 3048 | |
| 3049 | func runPrivateForkRepoAndOpen(ctx *snap.Context) error { |
| 3050 | return privateForkRepoFlow(ctx, "privateForkRepoAndOpen", true) |
| 3051 | } |
| 3052 | |
| 3053 | func privateForkRepoFlow(ctx *snap.Context, commandLabel string, openAfter bool) error { |
| 3054 | if ctx.NArgs() > 1 { |
no test coverage detected