Hi,
I am trying rst2pdf in PowerShell, and when I pass -s option with -o option, it raises
You may not give both "-o/--output" and second argument
exception.
For example:rst2pdf source.rst -s letter,serif -o source.pdf
It works without
-s letter,serif
option, and it also works in Git Bash shell without any changes.Best,
Joon
Sorry I just saw your reply. Yes --output=foo
worked without any error. -o FILE
case is indeed strange.
-Joon