Supplying comma-separated features in the CLI doesn't work #915
Labels
C-bug
Category: doesn't meet expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: Mentorship is available for this issue.
CLI args like
--baseline-features 24bits,50bits,libm
or--current-features 24bits,50bits,libm
are interpreted as one long feature named"24bits,50bits,libm"
instead of a comma-separated list of features.I believe this is a divergence from how the cargo CLI handles features. Specifying the features one-at-a-time with a long CLI flag like
--baseline-features
is very clunky. We should support lists, and we should add CLI tests using the new testing framework to ensure this doesn't regress.Bug noticed in #914 (comment)
The text was updated successfully, but these errors were encountered: