Modernize the init subcommand

This commit is contained in:
Lucien Greathouse
2021-05-20 17:34:45 -04:00
parent 5c80cd6e50
commit d153f62b8a
4 changed files with 76 additions and 103 deletions

View File

@@ -13,6 +13,7 @@
* Empty `.model.json` files will no longer cause errors. ([#420][pr-420])
* When specifying `$path` on a service, Rojo now keeps the correct class name. ([#331][issue-331])
* Improved error messages for misconfigured projects.
* Improved error output for many subcommands.
[issue-331]: https://github.com/rojo-rbx/rojo/issues/331
[issue-369]: https://github.com/rojo-rbx/rojo/issues/369