-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
When you try to rebuild an app with the same name, you get the following message:
$ ./bin/app dijonkitchen/test-edge-app
Output from locating template:
Generating fresh 'clj new' edge.app-template project into dijonkitchen.test-edge-app.
$ ./bin/app dijonkitchen/test-edge-app
Output from locating template:
Generating fresh 'clj new' edge.app-template project into dijonkitchen.test-edge-app.
Could not create directory dijonkitchen.test-edge-app. Maybe it already exists? Use -f / --force to overwrite it.
But when you try it with the -f or --force flags, it doesn't recognize it:
$ ./bin/app dijonkitchen/test-edge-app -f
Output from locating template:
Unknown option '-f'
Use case would be for changing an existing app to include the --cljs or --sass options like so:
$ ./bin/app dijonkitchen/test-edge-app --cljs
Metadata
Metadata
Assignees
Labels
No labels