Skip to main content

optional_argument

Function optional_argument 

Source
pub async fn optional_argument<M, F>(
    model: M,
    configure: F,
) -> Result<ScenarioReport, ScenarioError>
Available on crate feature test-utils only.
Expand description

Runs the portable optional-argument tool scenario.

configure is deliberately outside the scenario so a provider suite can attach transport-only settings without putting them into the shared model contract.