Add descriptions for fmt and lint
This commit is contained in:
@@ -76,7 +76,9 @@ enum Subcommand {
|
|||||||
/// The package to remove
|
/// The package to remove
|
||||||
package: String,
|
package: String,
|
||||||
},
|
},
|
||||||
|
/// Format C source code using clang-format
|
||||||
Fmt,
|
Fmt,
|
||||||
|
/// Lint C source code using clang-tidy
|
||||||
Lint,
|
Lint,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user