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