(ctx context.Context, err error)
| 65 | } |
| 66 | |
| 67 | func errorQuit(ctx context.Context, err error) { |
| 68 | displayError(ctx, err) |
| 69 | |
| 70 | os.Exit(1) |
| 71 | } |
| 72 | |
| 73 | func displayError(ctx context.Context, err error) { |
| 74 | currentUser, autherr := config.C.CurrentUser(ctx) |
no test coverage detected