MCPcopy Create free account
hub / github.com/FastLED/FastLED / print_help

Function print_help

ci/lint_cpp_rs/src/lib.rs:1641–1651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1639}
1640
1641fn print_help() {
1642 println!(
1643 "fastled-lint\n\
1644\n\
1645Usage:\n\
1646 fastled-lint [--format text|json] [--checker name[,name...]] [--project-root PATH] [files-or-globs...]\n\
1647\n\
1648When no files are supplied, scans src/, examples/, and tests/ under --project-root.\n\
1649Use --list-checkers to print the Rust-supported checker names."
1650 );
1651}
1652
1653fn print_text_results(violations: &[LintViolation], project_root: &Path) {
1654 if violations.is_empty() {

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected