Add descriptions for fmt and lint
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user