Skip to content
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

Server Mode will not start if absolute path to presentation contains opening parentheses ( #227

Closed
dennisppaul opened this issue May 3, 2020 · 2 comments · Fixed by #230
Labels
bug Something isn't working

Comments

@dennisppaul
Copy link

trying to run marp-cli in server mode fails if the directory ( or any directory in the absolut path to the directory ) contains an opening parenthesis (. for example:

marp -s -I hello\(world

will bring up the Usage Page instead of starting Server Mode. this behavior occurs on MacOS 10.15 in bash shell.

@yhatt yhatt added the bug Something isn't working label May 3, 2020
@yhatt
Copy link
Member

yhatt commented May 3, 2020

It's similar to #95. I think it has recognized wrongly as glob pattern. It was fixed path resolution for the file in #117 but probably wasn't fixed for the directory.

@yhatt
Copy link
Member

yhatt commented Jun 8, 2020

Resolved in the latest release v0.18.0. Please re-open issue if still failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants