Skip to content

feat: drop Evm Clone restrictions#50

Merged
gakonst merged 5 commits intofoundry-rs:masterfrom
mattsse:matt/drop-evm-clone
Sep 27, 2021
Merged

feat: drop Evm Clone restrictions#50
gakonst merged 5 commits intofoundry-rs:masterfrom
mattsse:matt/drop-evm-clone

Conversation

@mattsse
Copy link
Member

@mattsse mattsse commented Sep 27, 2021

Add a temp interior mutability hack until fuzzing is parallelized that doesn't require patches with Clone support.
RefCell alone would be sufficient but the Rc ensures we don't do anything stupid with this like threading.

@mattsse mattsse marked this pull request as ready for review September 27, 2021 18:06
@gakonst gakonst merged commit a189319 into foundry-rs:master Sep 27, 2021
onbjerg added a commit that referenced this pull request Feb 2, 2026
Add a new crate for generating Markdown documentation from clap CLIs.
This is a fork of clap-markdown with the following enhancements:

- Support for grouped options by help heading (PR #48)
- Show environment variable names for arguments (PR #50)
- Add version information to generated Markdown (PR #52)
onbjerg added a commit that referenced this pull request Feb 2, 2026
Add a new crate for generating Markdown documentation from clap CLIs.
This is a fork of clap-markdown with the following enhancements:

- Support for grouped options by help heading (PR #48)
- Show environment variable names for arguments (PR #50)
- Add version information to generated Markdown (PR #52)
github-merge-queue bot pushed a commit that referenced this pull request Feb 3, 2026
* feat: add foundry-cli-markdown crate

Add a new crate for generating Markdown documentation from clap CLIs.
This is a fork of clap-markdown with the following enhancements:

- Support for grouped options by help heading (PR #48)
- Show environment variable names for arguments (PR #50)
- Add version information to generated Markdown (PR #52)

* feat(cli): add hidden --markdown-help flag

Add a hidden --markdown-help flag to forge, cast, anvil, and chisel
that prints CLI reference documentation as Markdown and exits.

This uses the new foundry-cli-markdown crate to generate the output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants