Skip to content
New issue

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

Suggest have option to choose the engine #35

Open
alasalamont opened this issue Feb 7, 2024 · 1 comment
Open

Suggest have option to choose the engine #35

alasalamont opened this issue Feb 7, 2024 · 1 comment
Labels
delayed The issue will be fixed with a big update later enhancement New feature or request

Comments

@alasalamont
Copy link

alasalamont commented Feb 7, 2024

Hi brother,
Here is the ideal. If you know a website is built with Python, you currently have to manually specify each template engine it uses with the -e option, like -e engine_name, I did test try to include multiple engines name but does not work -e engine_name1,engine_name2,engine_name3. Besides that, it can be a hassle because you need to remember and list all the relevant template engines yourself.

It would be much simpler if there was a feature allowing you to select the platform directly, such as --platform python. With this, the tool would automatically know to include all the common Python template engines like Mako, Python, Cheetah, Jinja2, and Tornado, without you having to list each one.

Regards!

@vladko312
Copy link
Owner

I have some ideas about this. Probably something similar would be added.

@vladko312 vladko312 added enhancement New feature or request delayed The issue will be fixed with a big update later labels Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delayed The issue will be fixed with a big update later enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants