Create CLI-application #13
Labels
No labels
bug
documentation
duplicate
enhancement
epic
feature
help wanted
i18n
invalid
migration
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chaoslama/make_pdf#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using click we can redesign our CLI-application majorly.
As of now we do kinda have flags for different types of document (e.g. "--letter") which disable a lot of options. Now we can basically use those as main entrypoints.
A proposal would be to use the following types as enrypoints:
Some options should only apply to certain types.