feat(forge build
): add --use-literal-content
CLI flag
#10103
Labels
Cmd-forge-build
Command: forge build
first issue
A good way to start contributing
T-feature
Type: feature
Component
Forge
Describe the feature you would like
Currently, as best I can tell, the only way to enable using literal content for SOLC is by setting
useLiteralContent = true
in thefoundry.toml
file. It would be useful to expose this as a command line argument so that outputting literal content in the artifacts does not require updating the configuration toml.Additional context
No response
The text was updated successfully, but these errors were encountered: