-
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
base: main
Are you sure you want to change the base?
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. |
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.