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

Implement warning if destination directory pre-exists #12

Closed
Knetic opened this issue Aug 17, 2015 · 1 comment
Closed

Implement warning if destination directory pre-exists #12

Knetic opened this issue Aug 17, 2015 · 1 comment
Assignees
Labels

Comments

@Knetic
Copy link
Owner

Knetic commented Aug 17, 2015

Currently, wisk will overwrite anything that it needs to in order to generate a project. That means using wisk on an existing project could completely destroy it, depending on contents. A warning should be implemented which asks the user if they're sure they want to overwrite. A corrosponding -y switch should be used for "quiet" mode.

Message should be;

Target directory exists, use the '-y' switch if you wish to overwrite
@Knetic Knetic added the feature label Aug 17, 2015
@Knetic Knetic self-assigned this Aug 17, 2015
@Knetic
Copy link
Owner Author

Knetic commented Sep 19, 2015

Done as of 6107cd9

@Knetic Knetic closed this as completed Sep 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant