docs: improve CLI reference generator (#5740)

This commit is contained in:
DaniPopes
2023-12-14 12:18:18 +02:00
committed by GitHub
parent 013b4c93db
commit 744930f1de
49 changed files with 3481 additions and 3799 deletions

View File

@ -227,7 +227,7 @@ db-tools: ## Compile MDBX debugging tools.
update-book-cli: ## Update book cli documentation.
cargo build --bin reth --features "$(FEATURES)" --profile "$(PROFILE)"
@echo "Updating book cli doc..."
@./book/cli/update.sh $(BUILD_PATH)
@./book/cli/update.sh $(BUILD_PATH)/$(PROFILE)/reth
.PHONY: maxperf
maxperf: