Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: should always prompt about deleting unless using --overwrite #387

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

dannyhw
Copy link
Collaborator

@dannyhw dannyhw commented Aug 7, 2024

Description

Just removes some unnecessary checks around the deletion that was stopping the user from being prompted when running in non-interactive mode. User can pass overwrite to skip the prompt.

Related Issue

closes #385

Motivation and Context

#385

How Has This Been Tested?

Screenshots (if appropriate):

image

Copy link
Collaborator

@danstepanov danstepanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danstepanov danstepanov merged commit ba9de6c into main Aug 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User not prompted to delete folder in non-interactive mode
2 participants