(ctx context.Context, mustBeConnected bool)
| 86 | repositoryHintAction(act func(ctx context.Context, rep repo.Repository) []string) func() []string |
| 87 | baseActionWithContext(act func(ctx context.Context) error) func(ctx *kingpin.ParseContext) error |
| 88 | openRepository(ctx context.Context, mustBeConnected bool) (repo.Repository, error) |
| 89 | dangerousCommand() |
| 90 | repositoryConfigFileName() string |
| 91 | getProgress() *cliProgress |