Hello,
This is an awesome project.
I have many json files.
I want add api-html to a pipeline in the CD progress.
But I got a problem, when I execute api-html --file xxx.json.
It will output dist/index.html, not dist/xxx.html.
It would be better if the output file name is the same as the original file.
Or you can add a parameter to customize the output file name.
Thank you.