-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(cast): added custom polling interval args #12387
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
Conversation
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.
makes sense, unsure how ergonomic --poll-interval is but we can also introduce an alias
|
smol clippy suggestion |
How does --pi sound as an alias ? |
I have updated it with the clippy fix |
|
Thank you, please fix the fmt, see https://github.com/foundry-rs/foundry/blob/master/CONTRIBUTING.md#resolving-an-issue |
Yep I have ran those and pushed |
thanks, clippy is good but fmt still fails |
…foundry into feat/poll-to-cast
Ah I didn't notice the fomatter error. Patched it now |
Motivation
Resolves #12386
Solution
Passed
poll-intervalto provider client.PR Checklist