-
ContextCommand (incorrect):
Error message:
Command (correct):
Tree:
IssueI should be able to provide both an input directory IdeaOutside requiring an argparse logic change there is no reason to not support using both a file and input dir at the same time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Marp CLI can handle multiple inputs by using directory and glob pattern. Try this:
or simply this:
By passing directories as input, Marp CLI will find Markdown files ( |
Beta Was this translation helpful? Give feedback.
Marp CLI can handle multiple inputs by using directory and glob pattern. Try this:
or simply this:
By passing directories as input, Marp CLI will find Markdown files (
*.md
,*.mdown
,*.markdown
,*.markdn
) from specified directories.