CLI flag --config license_template_path
does not override TOML setting
#4487
Labels
bug
Panic, non-idempotency, invalid code, etc.
Describe the bug
The flag
--config license_template_path=""
(or--config=license_template_path=""
, doesn't matter) does not override thelicense_template_path
from the.rustfmt.toml
.According to
--help
it should:To Reproduce
For me this then results in the license check still being applied and this error:
Expected behavior
The expected behavior is what I get when I don't set any
license_template_path
in thetoml
:Meta
rustfmt
The text was updated successfully, but these errors were encountered: