Kobzol / cargo-remark

Cargo subcommand for viewing LLVM optimization remarks.
MIT License
161 stars 2 forks source link

fix parsing filter values #12

Closed joseluis closed 11 months ago

joseluis commented 11 months ago

Multiple values were parsed as a single string. Now they correctly use a comma to separate them as specificied in the readme.

Fixes #11

joseluis commented 11 months ago

done!

Kobzol commented 11 months ago

(Had to rebase over main to fix an unrelated issue on CI).