-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI doesn't work #389
Comments
So there are two problems. First, the verbose argument (-v) is not configured to be a boolean, so it's swallowing the next argument. So in the case of Second, when |
My PR fixes both issues. First, it sets verbose to be a boolean argument. Second, rather than passing the contents of the css, sequenceConfig, and ganttConfig to phantonjs, the path of the file is sent. And |
Closed by release 7.0.0, please reopen if issues remain. |
…yarn/develop/postcss-8.3.7 chore(deps-dev): bump postcss from 8.3.6 to 8.3.7
I'm using mermaid v6.0.0 on Windows 10 using Node.js v6.7.0. I can't get the CLI to work at all.
Setup
options before file
--help
says options come before the files (Usage: mermaid [options] <file>...
)file before options
Try it the other way around.
no options
Try it the other way around.
The text was updated successfully, but these errors were encountered: