streamd/src/cli/mod.rs
Konstantin Fickel eb1ca12867
Some checks failed
Continuous Integration / Lint, Check & Test (push) Has been cancelled
Continuous Integration / Build Package (push) Has been cancelled
refactor: rewrite in rust
2026-03-29 18:21:43 +02:00

4 lines
64 B
Rust

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