mirror of
https://github.com/openai/codex.git
synced 2026-05-03 21:01:55 +03:00
Add codex-network-proxy crate
This commit is contained in:
8
codex-rs/network-proxy/src/main.rs
Normal file
8
codex-rs/network-proxy/src/main.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use anyhow::Result;
|
||||
use clap::Parser;
|
||||
use codex_network_proxy::Args;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
codex_network_proxy::run_main(Args::parse()).await
|
||||
}
|
||||
Reference in New Issue
Block a user