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
How to limit the max length of filename when using CLI #810
Comments
|
Using |
It works, but it not an option from --help command. And sometimes I will get the error:
|
#814 |
Is your feature request related to a problem? Please describe.
Nope.
Describe the solution you'd like
Provide an argument to set the max length of filename.
By the way, will template accepts such format to define common property of the final filename?
{page-title:100} -> page-title max length is 100.
Or
{page-title:{max-len: 100}}
THX.
The text was updated successfully, but these errors were encountered: