Bugfixes:
* Fixed missing `use core` in `optional.onyx`.
- Fixes `Optional.reset` and `Optional.hash`
-
+* Fixed missing newline in `onyx help build` documentation.
"Developer options:\n"
"\t--no-colors Disables colors in the error message.\n"
"\t--no-file-contents Disables '#file_contents' for security.\n"
- "\t--show-all-errors Print all errors (can result in many consequencial errors from a single error)"
+ "\t--show-all-errors Print all errors (can result in many consequencial errors from a single error)\n"
"\t--print-function-mappings Prints a mapping from WASM function index to source location.\n"
"\t--print-static-if-results Prints the conditional result of each #if statement. Useful for debugging.\n"
"\n";