-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
command lineenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Add a -J / --jpath <dir>
option in the cmdline executable to specify additional library search directories, right-most wins.
The additional paths are tried if it fails to load a module relative to the file it's imported from.
Here is how's it's done in the C++ implementation: https://github.com/google/jsonnet/blob/master/core/libjsonnet.cpp#L232
Metadata
Metadata
Assignees
Labels
command lineenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers