You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a struct to all CLI parsers that contains global clap options. Initially this can contain --jobs and has a helper method to spawn the global rayon pool with the configured amount of threads
Component
Other (please describe)
Describe the feature you would like
Add a struct to all CLI parsers that contains global clap options. Initially this can contain
--jobs
and has a helper method to spawn the global rayon pool with the configured amount of threadsAdditional context
See
ShellOpts
from https://github.com/foundry-rs/foundry/pull/6569/files#diff-93947eff97e7f1937ebcb82f40d17f32e45c67ff18c286e675ed9fa9d0b89994The text was updated successfully, but these errors were encountered: