Closed kratsg closed 8 years ago
My preferred solution would be to only put the defaults in quotes in cases where it includes a space. Would that suffice to you or do you have any other thoughts there?
BTW, I have a branch (feature/quote_help_strings_fix36
) that implements my suggestion. Please feel free to give it a try!
@dpryan79 I think it should always include quotes.
Fine by me, that's what I'll implement then :)
This is now implemented as requested in the develop
branch.
As you can see, it looks like it suggests people should write
--optLSFConf=-q short
instead of--optLSFConf="-q short"
.