1
Fork 0
bautils/source/cli/mod.rs

8 lines
135 B
Rust
Raw Normal View History

2023-10-31 13:51:57 +00:00
pub use {crate::cli::run::run, clap::Parser};
mod run;
#[derive(Debug, Parser)]
#[command(about, author, version)]
pub struct Cli {}