streamd/src/cli/mod.rs
Konstantin Fickel ed493cff29
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m38s
Continuous Integration / Build Package (push) Successful in 1m54s
refactor: rewrite in rust
2026-03-29 18:28:03 +02:00

4 lines
64 B
Rust

pub mod args;
pub mod commands;
pub use args::{Cli, Commands};