Skip to content

Commit

Permalink
Update xtask's README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Feb 7, 2025
1 parent eb84a26 commit e178b9f
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions xtask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@ Automation using [cargo-xtask](https://github.com/matklad/cargo-xtask).
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
build-tests Build all applicable tests or the specified test for a specified chip
bump-version Bump the version of the specified package(s)
fmt-packages Format all packages in the workspace with rustfmt
generate-efuse-fields Generate the eFuse fields source file from a CSV
lint-packages Lint all packages in the workspace with clippy
run-example Run the given example for the specified chip
run-doc-test Run doctests for specified chip and package
run-tests Run all applicable tests or the specified test for a specified chip
run-elfs Run all ELFs in a folder
help Print this message or the help of the given subcommand(s)
build-documentation Build documentation for the specified chip
build-documentation-index Build documentation index including the specified packages
build-examples Build all examples for the specified chip
build-package Build the specified package with the given options
build-tests Build all applicable tests or the specified test for a specified chip
bump-version Bump the version of the specified package(s)
fmt-packages Format all packages in the workspace with rustfmt
generate-efuse-fields Generate the eFuse fields source file from a CSV
lint-packages Lint all packages in the workspace with clippy
publish Attempt to publish the specified package
run-doc-tests Run doctests for specified chip and package
run-example Run the given example for the specified chip
run-tests Run all applicable tests or the specified test for a specified chip
run-elfs Run all ELFs in a folder
tag-releases Generate git tags for all new package releases
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
Expand Down

0 comments on commit e178b9f

Please sign in to comment.