You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#78 allows us to provide --global var=value arguments on the CLI. This is limited to passing strings, however. It would be nice to support other, non-string globals.
One possibility would be type-specific flags like --global-int. I'm not sure how we'd want to handle collections.
The text was updated successfully, but these errors were encountered:
#78 allows us to provide
--global var=value
arguments on the CLI. This is limited to passing strings, however. It would be nice to support other, non-string globals.One possibility would be type-specific flags like
--global-int
. I'm not sure how we'd want to handle collections.The text was updated successfully, but these errors were encountered: