refactor: rewrite in rust
This commit is contained in:
parent
20a3e8b437
commit
eb1ca12867
72 changed files with 5683 additions and 3686 deletions
4
src/cli/mod.rs
Normal file
4
src/cli/mod.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub mod args;
|
||||
pub mod commands;
|
||||
|
||||
pub use args::{Cli, Commands};
|
||||
Loading…
Add table
Add a link
Reference in a new issue