Skip to content

Commit

Permalink
disable root-summary from output generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Sep 23, 2024
1 parent 13f6ca6 commit e880b9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion scripts/gen_output/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ gen_help() {
echo "Generating help output ($bin)..."
done

# Disable --root-summary until we wish to support adding CLI references
cmd=(
"$SCRIPTS/gen_output/help.py"
--root-dir "$ROOT/src/"
--root-summary
--root-indentation 4
--readme
--out-dir "$ROOT/src/reference/cli/"
Expand Down
16 changes: 8 additions & 8 deletions src/reference/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## References

- [CLI Reference](./cli/)
- [forge Commands](./forge/)
- [cast Commands](./cast/)
- [anvil Reference](./anvil/)
- [chisel Reference](./chisel/)
<!-- - [CLI Reference](./cli/) -->
<!-- - [forge Commands](./forge/) -->
<!-- - [cast Commands](./cast/) -->
<!-- - [anvil Reference](./anvil/) -->
<!-- - [chisel Reference](./chisel/) -->
- [Config Reference](./config/)
- [Cheatcodes Reference](../cheatcodes/)
- [Forge Standard Library Reference](./forge-std)
- [ds-test Reference](./ds-test.md)
<!-- - [Cheatcodes Reference](../cheatcodes/) -->
<!-- - [Forge Standard Library Reference](./forge-std) -->
<!-- - [ds-test Reference](./ds-test.md) -->

0 comments on commit e880b9c

Please sign in to comment.