Skip to content

CLI Improvements

Pre-release
Pre-release

Choose a tag to compare

@mattpolzin mattpolzin released this 20 Jul 02:06
451e482
  • swap out Vapor command for ArgumentParser library.
  • Also clean up and document command arguments a bit better.
  • Don't bother formatting code that is not being dumped.
  • Offer a good interface for switching between fast and stable JSON parsing.
  • Allow the user to specify the location to dump files if desired.

⚠️ Breaking Changes ⚠️
The --dump-files CLI argument used to be a flag but now it requires the location to dump files as its value. You can specify "./out" to get the same behavior as the flag used to trigger.