cli icon indicating copy to clipboard operation
cli copied to clipboard

Fix conversion of zero valued scalar pointers to a dynamic value

Open shreyas-goenka opened this issue 1 year ago • 0 comments

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.

shreyas-goenka avatar May 15 '24 16:05 shreyas-goenka