rojo-rbx / rbxlx-to-rojo

Tool to one time convert Roblox places to Rojo projects
Mozilla Public License 2.0
174 stars 35 forks source link

CLI should wait for user input before closing in an error #27

Open Kampfkarren opened 5 years ago

Kampfkarren commented 5 years ago

This can be done by either having everything return Result<_, E> or by capturing panics.