Skip to content

Commit

Permalink
feat: cli documentation generator conversion from Python to Rust scri…
Browse files Browse the repository at this point in the history
…pt (#1281)

* feat: cli documentation generator conversion from Python to Rust script

* chore: nits, remove preprocessors

* chore: undo gen_output.sh

* chore: remove indexmap

* ci: add nightly rust toolchain to update job

* fix

---------

Co-authored-by: DaniPopes <[email protected]>
  • Loading branch information
heeckhau and DaniPopes committed Sep 5, 2024
1 parent 8f8215a commit 8c99ce5
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 265 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- uses: dtolnay/rust-toolchain@nightly

- name: Update
run: |
git config --global user.email "[email protected]"
git config --global user.name "update"
git config --global user.name "GitHub Actions Bot"
git config --global user.email "<>"
git config --global url."https://github.com/".insteadOf "[email protected]:"
./scripts/gen_output.sh
- name: Create pull request
Expand Down
258 changes: 0 additions & 258 deletions scripts/gen_output/help.py

This file was deleted.

Loading

0 comments on commit 8c99ce5

Please sign in to comment.