Skip to main content

parse_new_fixture

Function parse_new_fixture 

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

Parses arguments to construct a [CliAction::FixtureAdd] instance for spawning a new fixture instance.

§Arguments

  • args - Iterator over the remaining whitespace-separated arguments

§Errors

Returns an error string if the universe or channel parameters are malformed.