You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-10 17:11:29 +02:00
Xtask improvements (#2707)
Some minor improvements to an already-merged PR (#2688) on the task automation via xtask. Main ones being: - Adding more explanatory comments about what the xtask package is and what it does - Using Clap for CLI arg parsing - Using Anyhow for error handling --------- Co-authored-by: Eric Githinji <egithinji@google.com>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
[alias]
|
||||
# We use this alias for task automation in the project.
|
||||
# See README in xtask directory.
|
||||
xtask = "run --package xtask --"
|
||||
|
Reference in New Issue
Block a user