jackal
jackal copied to clipboard
Jackal to take variables from command line
Allow jackal to take key/value pairs from the command line to use in contract interpolation, for example:
jackal run URL variable=value
will be used in the contract:
{...
"something": "something_<%=variable%>"
...}
The variables assignments will have to override anything setting them in the contracts themselves.