in internal/cli/provider.go [41:44]
func (p *providerImpl) Context() (context.Context, context.CancelFunc) { // to allow user cancellation via ctrl+c return signal.NotifyContext(context.Background(), os.Interrupt) }