Skip to content
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

forge build --extra-output=<SELECTOR> cannot pass multiple selectors #1579

Closed
2 tasks done
wp-lai opened this issue May 11, 2022 · 1 comment · Fixed by #1587
Closed
2 tasks done

forge build --extra-output=<SELECTOR> cannot pass multiple selectors #1579

wp-lai opened this issue May 11, 2022 · 1 comment · Fixed by #1587
Labels
D-easy Difficulty: easy T-bug Type: bug

Comments

@wp-lai
Copy link
Contributor

wp-lai commented May 11, 2022

Component

Forge

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

forge 0.2.0 (0977421 2022-05-11T00:05:39.854564+00:00)

What command(s) is the bug in?

forge build

Operating System

macOS (M1)

Describe the bug

I want to have both evm.gasEstimates and evm.methodIdentifiers as extra output when compile my project.
I can do it by adding extra_output = ["evm.gasEstimates", "evm.methodIdentifiers"] in foundry.toml.
But it seems I cannot do it by using forge build --extra-output="evm.gasEstimates","evm.methodIdentifiers"

@wp-lai wp-lai added the T-bug Type: bug label May 11, 2022
@mattsse
Copy link
Member

mattsse commented May 11, 2022

thanks for flagging, this should be fixed easily, probably something's off with the args parser settings here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-easy Difficulty: easy T-bug Type: bug
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants