metwork-framework / jinja2_shell_extension

a jinja2 extension to add a filter to execute system/shell commands
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

feat: support kwargs #12

Closed yajo closed 1 year ago

yajo commented 1 year ago

This gives more freedom to use the extension.

For example, as seen in the added test, you can pass some input to the command, which can then use it as its STDIN value.

@moduon MT-1075

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.