* Implement builder pattern for cargo command-line args, refactoring * Add an `xtask` subcommand to build a package (not its examples) * Add an `xtask` subcommand to bump the versions of packages
20 lines
527 B
Markdown
20 lines
527 B
Markdown
# xtask
|
|
|
|
Automation using [cargo-xtask](https://github.com/matklad/cargo-xtask).
|
|
|
|
## Usage
|
|
|
|
```text
|
|
Usage: xtask <COMMAND>
|
|
|
|
Commands:
|
|
build-documentation Build documentation for the specified chip
|
|
build-examples Build all examples for the specified chip
|
|
build-package Build the specified package with the given options
|
|
bump-version Bump the version of the specified package(s)
|
|
help Print this message or the help of the given subcommand(s)
|
|
|
|
Options:
|
|
-h, --help Print help
|
|
```
|