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
The javy-runner contains a builder that reconciles all the CLI options and therefore it has grown (and will continue to grow) to contain a wide range of fields. As per @surma's suggestion, we could consider using the derive-builder crate to reduce some of the boilerplate.