pub async fn run(cmd: LocalCmd, dry_run: bool) -> Result<Option<FuelService>>Expand description
Local is a local node suited for local development.
By default, the node is in debug mode and the db used is in-memory.
Returns None if this is a dry_run and no service created for fuel-core.