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
Currently plugin definitions only accept an executable, so there is no way to pass some pre-defined arguments to precede the ones from the template invocation.
As a (somewhat contrived) example, If i want a plugin to evaluate a python expression, I should be able to do:
plugins:
py: ["python3", "-c"]
{{ py "print('Hello, world')" }}
So that I don't need to have "-c" in every invocation.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment or this will be automatically closed in a few days.
Currently plugin definitions only accept an executable, so there is no way to pass some pre-defined arguments to precede the ones from the template invocation.
As a (somewhat contrived) example, If i want a plugin to evaluate a python expression, I should be able to do:
So that I don't need to have
"-c"
in every invocation.The text was updated successfully, but these errors were encountered: