AtomBuild / atom-build-cargo

Cargo (Rust) integration for Atom
MIT License
18 stars 6 forks source link

JSON error format used in cargo clean? #74

Closed swsnr closed 7 years ago

swsnr commented 7 years ago

When "Use JSON error format" is active, this package tries to add the --message-format option to cargo clean as well, which doesn't work because the command doesn't support this option apparently:

$ cargo clean --message-format=json
error: Unknown flag: '--message-format'

Usage:
    cargo clean [options]