add generate-readme task

add generate_help.go

update pre-commit hook
This commit is contained in:
2026-03-20 19:49:36 +00:00
parent 1b9cc1f66a
commit 739ce44288
6 changed files with 42 additions and 4 deletions

View File

@@ -62,3 +62,8 @@ tasks:
desc: Clean the build artifacts
cmds:
- '{{.SHELL}} rm -r {{.BIN_DIR}}'
update-readme:
desc: Update the README.md file with the latest help output from the commands
cmds:
- go generate ./tools