mintproject / mic

Model Insertion Checker
https://mic-cli.readthedocs.io/en/latest/
5 stars 3 forks source link

Param auto detector will detect "multiple words in quotes" as several parameters #290

Closed Cmheidelberg closed 4 years ago

Cmheidelberg commented 4 years ago

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 example

Additionally, dont detect items that start with '-' as parameters, many programs use hyphen command line options.

issue-label-bot[bot] commented 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.

mosoriob commented 4 years ago

Fixed 1.3.3