gobuffalo / cli

The Buffalo CLI
19 stars 24 forks source link

fixed a bug where dryrun destroys existing app directory #159

Closed sio4 closed 2 years ago

sio4 commented 2 years ago

The current version of buffalo cli destroys the existing app directory (when the directory of the same name exists) even though -d option was given. This PR will fix the issue.