Require --app or --slice name when app has at least one slice
Open
- Dominant language
- Ruby
- Stars
- 33
- Forks
- 55
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 2
Description
Recently, I forgot to include `--slice name` so it generated the files in `app/` when I was expecting them to be in a slice.
Before users have any slices, we can let them run it without either option though, since we know they want it in `app/`.
Once #185 is implemented, we can also suggest running generators from within the directories in lieu of providing these options
Contributor guide
Assessment
This issue has not been assessed yet.