**USAGE:** *mling [GLOBAL_FLAGS] [COMMAND] [ARGS...]* **GLOBAL_FLAGS:** __ --all-features *Enable all features* __ --features *List of features to enable* __ -h, --help *Show help messages* __ --manifest-path *Custom path to Cargo.toml* __ --message-format *Output message format* __ --no-default-features *Disable default features* __ --no-deps *Do not include dependencies in metadata* **COMMANDS:** __ **METADATA:** __ metadata *Check your workspace metadata using 'cargo metadata'* __ __ **LINTER:** __ lint *Mingling Linter* __ ra-lint *Run* `mling lint` *and output the results* __ ra-lint-check *Run* `mling lint` *and* `cargo check`*, and output the combined results* __ ra-lint-clippy *Run* `mling lint` *and* `cargo clippy`*, and output the combined results* __ explain *Explain the meaning of the specified Lint* __ **PROJECT MANAGE:** __ proj-init