Skip to main content

parse_move_fixture

Function parse_move_fixture 

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

Parses arguments to construct a [CliAction::FixtureMove] instance for relocating an existing fixture.

§Arguments

  • args - Iterator over the remaining whitespace-separated arguments

§Errors

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