Skip to content

Commit

Permalink
Create CLI documentation with a Rust script (instead of Python) + sty…
Browse files Browse the repository at this point in the history
…le improvement (#10680)
  • Loading branch information
heeckhau committed Sep 6, 2024
1 parent 27d4e8c commit d1d544e
Show file tree
Hide file tree
Showing 51 changed files with 468 additions and 296 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.81" # MSRV
Expand Down
1 change: 0 additions & 1 deletion book/cli/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@
- [`reth recover`](./reth/recover.md)
- [`reth recover storage-tries`](./reth/recover/storage-tries.md)
- [`reth prune`](./reth/prune.md)

294 changes: 0 additions & 294 deletions book/cli/help.py

This file was deleted.

Loading

0 comments on commit d1d544e

Please sign in to comment.