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. |
Answered by
yhatt
Dec 5, 2022
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 ( |
0 replies
Answer selected by
noraj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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 (
*.md,*.mdown,*.markdown,*.markdn) from specified directories.