refactor: add docs and update scripts (#150)
This commit is contained in:
+8
-1
@@ -450,6 +450,13 @@ test-demo@agent() {
|
||||
done
|
||||
}
|
||||
|
||||
# @cmd Clean the project
|
||||
clean() {
|
||||
clean@tool
|
||||
clean@agent
|
||||
rm -rf "$BIN_DIR/"*
|
||||
}
|
||||
|
||||
# @cmd Clean tools
|
||||
# @alias tool:clean
|
||||
clean@tool() {
|
||||
@@ -514,7 +521,7 @@ create@tool() {
|
||||
./scripts/create-tool.sh "$@"
|
||||
}
|
||||
|
||||
# @cmd Show pre-requisite tool versions
|
||||
# @cmd Displays version information for required tools
|
||||
version() {
|
||||
uname -a
|
||||
if command -v aichat &> /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user