streamd/src/cli/commands/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

5 lines
81 B
Rust

pub mod completions;
pub mod edit;
pub mod new;
pub mod timesheet;
pub mod todo;