Closed Cmheidelberg closed 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.85. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Fixed 1.3.3
Describe the bug using an invocation like
./mycode.py "my params"
will produce a wrapper like./mycode.py ${param1} {$param2}
We need to detect items in quotes as only one parameter. ie:
./mycode.py ${param1}
from the above exampleAdditionally, dont detect items that start with '-' as parameters, many programs use hyphen command line options.