wrap
wrap copied to clipboard
Command line flag to toggle title page
Is your feature request related to a problem? Please describe.
There are scenarios where it is preferable not to include a title page in the PDF, e.g. when exporting a subset of scenes/pages to replace outdated pages.
Describe the solution you'd like
The addition of a command line boolean flag to toggle title page e.g.
$ wrap pdf My-Screenplay.fountain --no-title-page
Describe alternatives you've considered
I think the main alternative is afterwriting CLI , which uses the format:
$ afterwriting [FLAGS] --setting print_title_page=true
Additional context
The flag --no-title-page
probably implies the existence of its opposite --title-page
, which in theory would default to true.