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
[I] ➜ cat vendor/read.jsonnet
{}
[I] ➜ jsonnet -J vendor --tla-code-file "file=read.jsonnet" -e 'function(file) std.toString(file)'
"{ }"
[I] ➜ jrsonnet -J vendor --tla-code-file "file=read.jsonnet" -e 'function(file) std.toString(file)'
error: invalid value 'file=read.jsonnet' for '--tla-code-file <name=tla code path>': No such file or directory (os error 2)
For more information, try '--help'.
I've also found that when using the full path vendor/<path/to/file> and the tla-code-file has relative imports it may not work well either, but couldn't come up with a minimally reproducible test case.
The text was updated successfully, but these errors were encountered:
A plain example:
I've also found that when using the full path
vendor/<path/to/file>
and the tla-code-file has relative imports it may not work well either, but couldn't come up with a minimally reproducible test case.The text was updated successfully, but these errors were encountered: