No way to pass multiple values to list-like --config
options
#6097
Labels
only-with-option
requires a non-default option value to reproduce
--config
options
#6097
There appears to be no way to pass multiple values to a configuration parameter such as
skip_macro_invocations
from the command-line:I believe this is due to the immediate split of the argument done here:
rustfmt/src/bin/main.rs
Lines 572 to 577 in 21f353a
The text was updated successfully, but these errors were encountered: