Skip to main content

parse_remove_fixture

Function parse_remove_fixture 

Source
fn parse_remove_fixture(
    args: SplitAsciiWhitespace<'_>,
) -> Result<CliAction, String>
Expand description

Parses arguments to construct a [CliAction::FixtureRemove] instance for removing a fixture.

ยงArguments

  • args - Iterator over the remaining whitespace-separated arguments