pyjq icon indicating copy to clipboard operation
pyjq copied to clipboard

Specifying options like in CLI? Alternative workarounds

Open DEV-ONI opened this issue 4 years ago • 0 comments

Thanks for making this project! I'm currently using this module on a webserver, and was wondering if there was a way to specify directories such as in the CLI:

-Ldirectory / -L directory: Prepend directory to the search list for modules. If this option is used then no builtin search list is used. See the section on modules below

Im unsure if there's a way to do that through this module, but was wondering if there were any alternatives. I was hoping to specify my functions in a .jq module in my project's directory. How do you normally handle custom functions in your projects?

DEV-ONI avatar Jan 14 '22 15:01 DEV-ONI