1
0
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:
Eric Githinji
2025-04-07 13:18:49 +03:00
committed by GitHub
parent 43cf3fb616
commit 0085748d17
5 changed files with 87 additions and 23 deletions

View File

@@ -1,2 +1,4 @@
[alias]
# We use this alias for task automation in the project.
# See README in xtask directory.
xtask = "run --package xtask --"