pydantic-to-typescript icon indicating copy to clipboard operation
pydantic-to-typescript copied to clipboard

Feature Request: Custom banner comment

Open ErikBrendel opened this issue 3 years ago • 0 comments

I would like to define a different banner comment via CLI arguments.

The current one with "just update the pydantic models and then re-run the script" works well as a default comment, but in more complex use cases (e.g. when integrating this script into a build pipeline, into npm scripts, or otherwise hiding it from the developer) it might be useful to adjust this comment to properly reflect the intended way of re-starting the script.

ErikBrendel avatar Mar 10 '22 11:03 ErikBrendel