-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Issue with arguments using forge create #473
Comments
Could also be clap related? https://github.com/gakonst/foundry/blob/master/cli/src/cmd/create.rs#L22-L23 |
Should we deprecate |
i think it will remain useful - create is for solo contracts, deploy is deployment management of multiple imo |
Can we add a |
The behavior we want is We can either do |
Hmm reading through the warnings, it seems like it should be fine? I don't think we'd ever have any positional arguments for |
Yeah I think in this case it is fine |
Anyone take this issue ? |
Currently deploying a contract with multiple arguments require
forge create
command to use multiple times the param--constructor-args
Suggestion, change it to only require one argument call
Fix might be around here: https://github.com/gakonst/foundry/blob/master/cli/src/cmd/create.rs#L54-L55
The text was updated successfully, but these errors were encountered: