refactor: rewrite in rust
Some checks failed
Continuous Integration / Lint, Check & Test (push) Has been cancelled
Continuous Integration / Build Package (push) Has been cancelled

This commit is contained in:
Konstantin Fickel 2026-03-29 18:19:15 +02:00
parent 20a3e8b437
commit eb1ca12867
Signed by: kfickel
GPG key ID: A793722F9933C1A5
72 changed files with 5683 additions and 3686 deletions

4
src/cli/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod args;
pub mod commands;
pub use args::{Cli, Commands};