Windows plsdoc.bat doesn't correctly handle enquoted arguments with spaces
Status: Alpha
Brought to you by:
altumano
Windows's pldoc.bat doesn't correctly handle enquoted arguments with spaces.
Proposed patch is attached.
BTW, I have to use two quotes to actually pass anything with spaces:
pldoc -doctitle "'Subsystem for something good'"
The problem is in Settings#processCommandString - it concatenate all args and reparse them according to its own rules.
Is it intended behavior?