caretta-sync/lazy-supplements/src/cli/mod.rs

11 lines
No EOL
145 B
Rust

use std::path::PathBuf;
mod connect;
mod init;
mod server;
pub use server::ServerArgs;
pub fn default_config_path() -> PathBuf {
todo!()
}