pub async fn run(
arguments: Vec<OsString>,
save_local_client: fn(&Endpoint, String) -> Result<()>,
load_local_client: fn(&Endpoint) -> Result<Option<String>>,
) -> Result<()>Expand description
Runs a gateway command with arguments excluding the executable name.