Alex fe1877a49d
sea as an alternative bin name to sea-orm-cli (#558)
* Simplify bin name from  sea-orm-cli to sea

* -S

* fixed test
2022-03-26 18:06:14 +08:00

5 lines
68 B
Rust

pub mod cli;
pub mod commands;
pub use cli::*;
pub use commands::*;