-
Notifications
You must be signed in to change notification settings - Fork 17
Variable override does not work #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Without leading
But still does not work for strings:
|
Seems that the |
For the string value, we can use the form like |
The document is also wrong, and we can remove the leading |
Thank you, @Peefy! I confirm that
Side question:
I find it a bit confusing, because for all other cases (including |
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
1. Minimal reproduce step (Required)
Example from the official doc:
https://www.kcl-lang.io/docs/reference/lang/tour#kcl-cli-variable-override
2. What did you expect to see? (Required)
With a string and integer values
Expected Output:
With a list value
Expected Output:
3. What did you see instead (Required)
With a string value
Received Output:
With a list value
Received Output:
4. What is your KCL components version? (Required)
The text was updated successfully, but these errors were encountered: