Rename pathSlashModel to model and remove path flag#559
Rename pathSlashModel to model and remove path flag#559thedavidprice merged 2 commits intoredwoodjs:masterfrom jtoar:fix-scaffold-path
Conversation
|
🚀
Or something like that. It's getting long. But still needs hint at top-level -- agreed, thoughts? |
|
Agreed, because I'm not sure if users would look for |
|
@thedavidprice new help messages for |
|
@thedavidprice Barring anything else, I think this one's ready. |
|
Thanks for the rapid turnaround! This is good on my end. Tested locally and works 💯 @cannikin want to give it a look through before merging? |
You can still specify a path in the model, but we're no longer calling it pathSlashModel--the functionality will be revealed in the help message instead. We're also taking out the path flag here, so there's only one way to do it
This PR resolves a sub-discussion of #487, and is a continuation of #423. @thedavidprice @cannikin @antonmoiseev
The functionality introduced in #423 remains unchanged--you can still specify a path in the model, but we're no longer calling it
pathSlashModel. Justmodelnow, and the functionality will be revealed in a help message:Output for
yarn rw g scaffold --helpWe're also taking out the path flag here, so now there's only one way to do it.