pub async fn start_node( data_dir: Option<PathBuf>, port: Option<u16>, peers: Vec<String>, ) -> Result<(), CliError>