Bug #2145
Shell does not take quotes into account when entering options for server
Description
In the Doomsday Shell app, when starting a server, entering command line options enclosed in quotes does not cause the quoted options to be passed as single strings to Doomsday.
The correct parsing of the options is easiest to achieve by using de::CommandLine
.
Reported in the forums: http://dengine.net/forums/viewtopic.php?f=7&p=14525
Associated revisions
Fixed|Shell: Handling quoted text in the server options
Fixes #2145
History
#1 Updated by skyjake about 9 years ago
- Status changed from In Progress to Closed
#2 Updated by skyjake about 9 years ago
- % Done changed from 50 to 100
Fixed|Shell: Handling quoted text in the server options
Fixes #2145