Skip to content

Is there a way to hide info and warning messages on marp-cli? #498

Answered by yhatt
j2deme asked this question in Q&A
Discussion options

You must be logged in to vote

You can simply suppress the Marp CLI logs that are being output to stderr. Example in the shell:

marp foobar.md 2>/dev/null

I'm not familiar with Python, so providing a clear solution for your use case is difficult for me.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@j2deme
Comment options

@yhatt
Comment options

yhatt Mar 2, 2024
Maintainer

Answer selected by j2deme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants