cli
cli copied to clipboard
Fix conversion of zero valued scalar pointers to a dynamic value
Changes
This PR also fixes empty values variable overrides using the --var flag. Now, using --var="my_variable=" will set the value of my_variable to the empty string instead of ignoring the flag altogether.
Tests
The change using a unit test. Manually verified the --var flag works now.