]> git.lizzy.rs Git - rust.git/commit
Correct command that lists config options
authorIsaac Andrade <isaac.nic@gmail.com>
Wed, 3 Feb 2016 23:50:39 +0000 (16:50 -0700)
committerIsaac Andrade <isaac.nic@gmail.com>
Wed, 3 Feb 2016 23:50:39 +0000 (16:50 -0700)
commit614eb5393e8380f1512e104fec60fd0bf202b776
tree77e3db51d95ebedbdf97c5643401655b895dc3c0
parenta6d70547e0fdcb38100d80539a8a881c54acc595
Correct command that lists config options

`cargo run -- --config-help` Simply runs a project without printing the config options.
`rustfmt --config-help` actually prints the config files.
README.md