We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One feature in https://github.com/dasdachs/documents/blob/master/documents/cli.py is asking user for missing vars.
This is blocked by having a engine plugin hook for getting list of variables.
The text was updated successfully, but these errors were encountered:
My problem is: how does moban know there is var missing? jinja2 may help but what about other templating engines?
Hence, it comes down to the schema. If that's available, it is a generic way to check missing variables.
Sorry, something went wrong.
This is blocked by #130 , and does need a generic plugin hook to provide this information.
Stale issue
No branches or pull requests
One feature in https://github.com/dasdachs/documents/blob/master/documents/cli.py is asking user for missing vars.
This is blocked by having a engine plugin hook for getting list of variables.
The text was updated successfully, but these errors were encountered: