CLI Improvements
Pre-release
Pre-release
- 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.
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.