mdbook/crates/xtask
Eric Huss 2c7d192b50 Add an xtask to help with running tests
During development I often need to run a bunch of tests. Instead of
having some unwieldy shell command, I have added this xtask to help with
running the testing commands.
2025-09-26 18:55:21 -07:00
..
src Add an xtask to help with running tests 2025-09-26 18:55:21 -07:00
Cargo.toml Add an xtask to help with running tests 2025-09-26 18:55:21 -07:00
README.md Add an xtask to help with running tests 2025-09-26 18:55:21 -07:00

xtask

This is a CLI utility for running development commands for mdbook. See CONTRIBUTING.md for how to use this.