It would be great to have `sea` or `sea-orm-cli` implemented as a standard Cargo subcommand, so that we can use Cargo aliases to define long commands. Example ```toml [alias] m-entity = "sea generate entity --database-url ....." ```
It would be great to have
seaorsea-orm-cliimplemented as a standard Cargo subcommand, so that we can use Cargo aliases to define long commands.Example