pub fn run_system_with<I>( id: SystemId<I>, input: I::Inner<'static>, ) -> impl Command<Result>where I: SystemInput<Inner<'static>: Send> + 'static,
A Command that runs the system corresponding to the given SystemId and provides the given input value.
Command
SystemId