()
| 382 | } |
| 383 | |
| 384 | func (c *App) currentActionName() string { |
| 385 | return c.currentAction |
| 386 | } |
| 387 | |
| 388 | func (c *App) noRepositoryAction(act func(ctx context.Context) error) func(ctx *kingpin.ParseContext) error { |
| 389 | return func(kpc *kingpin.ParseContext) error { |
no outgoing calls
no test coverage detected