pub fn process_stub_command(args: &ArgMatches) -> Result<(), ExitCode>Expand description
Handles the command line arguments and runs the stub server accordingly.
Used by library consumers. Creates a new Tokio runtime, handle the matches and starts the server.