-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adds --output to flatten #5947
feat: adds --output to flatten #5947
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This looks good, but I'll let someone from the Hardhat team actually review it in depth and approve it. This also needs a changeset, of course. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR, thanks for the contribution! I'll wait for the CI to pass and merge 🥇
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2024 Hardhat Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Implements --output parameter for flatten task as requested in #3430. This allows users to specify an output file path for the flattened contract, improving usability especially on Windows systems where shell redirection may not work consistently.