(ctx context.Context)
| 114 | passwordPersistenceStrategy() passwordpersist.Strategy |
| 115 | getPasswordFromFlags(ctx context.Context, isCreate, allowPersistent bool) (string, error) |
| 116 | optionsFromFlags(ctx context.Context) *repo.Options |
| 117 | runAppWithContext(command *kingpin.CmdClause, callback func(ctx context.Context) error) error |
| 118 | enableErrorNotifications() bool |
| 119 | } |