Add check command (#9501)

This commit is contained in:
Ed Reel
2024-03-20 07:46:01 -05:00
committed by GitHub
parent 3522e1130c
commit 7c17beeee7
48 changed files with 325 additions and 60 deletions

View File

@@ -80,6 +80,7 @@ Where available commands are:
| Command | Description |
|:------------:|:------------|
| build | build package(s) from source and store the archive and checksum in the current working directory |
| check | check packages(s) |
| const | display constant(s) |
| deps | display dependencies of package(s) |
| download | download package(s) to CREW_BREW_DIR (/usr/local/tmp/crew by default), but don't install |