Skip to content

Commit

Permalink
add cast to help generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Aug 20, 2024
1 parent 2a59817 commit 1e85bcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/gen_output/help.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/usr/bin/env bash
set -eo pipefail

# use foundry-zksync binary path
export PATH=$PWD/bin:$PATH

gen_help() {
bins=(bin/forge)
bins=(forge cast)
for bin in "${bins[@]}"; do
need_cmd "$bin"
echo "Generating help output ($bin)..."
Expand Down

0 comments on commit 1e85bcf

Please sign in to comment.