v1.5.7
Fixes an issue with the CLI wrapper doing an install. We recently added a shell quoting library to properly escape quotes when calling the CLI, but were accidentally manually escaping an argument.
What's Changed
- Do not manually quote install-dir command by @scotttrinh in #1023
- Add test for FreeObject with nested select by @scotttrinh in #1025