()
| 116 | optionsFromFlags(ctx context.Context) *repo.Options |
| 117 | runAppWithContext(command *kingpin.CmdClause, callback func(ctx context.Context) error) error |
| 118 | enableErrorNotifications() bool |
| 119 | } |
| 120 | |
| 121 | // App contains per-invocation flags and state of Kopia CLI. |
no outgoing calls
no test coverage detected