Skip to main content

codex_sync/
cli.rs

1//! Command-line interface.
2
3mod args;
4mod run;
5
6pub use run::run;