Skip to Main content

tuyen clippy

Run cargo clippy with auto-fix, formatting, and tests.

Usage

tuyen clippy [OPTIONS]

Options

--format <FORMAT>

  • Run "cargo fmt" before clippy to format the code.
  • Default value: true.
  • Possible values: true, false.

--fix <FIX>

  • Automatically apply clippy's suggested fixes.
  • Default value: true.
  • Possible values: true, false.

--test <TEST>

  • Run "cargo test" after clippy completes.
  • Default value: true.
  • Possible values: true, false.

-h, --help

  • Print help.