Add descriptions for fmt and lint

This commit is contained in:
2026-03-23 17:29:43 -05:00
parent bbaaf818b2
commit 5b9409bec2

View File

@@ -76,7 +76,9 @@ enum Subcommand {
/// The package to remove
package: String,
},
/// Format C source code using clang-format
Fmt,
/// Lint C source code using clang-tidy
Lint,
}