mirror of
https://github.com/openai/codex.git
synced 2026-05-01 11:52:10 +03:00
feat(executor): add executor protocol and runtime crates
This commit is contained in:
5
codex-rs/executor/src/cli.rs
Normal file
5
codex-rs/executor/src/cli.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use clap::Parser;
|
||||
|
||||
#[derive(Debug, Parser, Default)]
|
||||
#[command(version)]
|
||||
pub struct Cli {}
|
||||
Reference in New Issue
Block a user