cli: Add a "send test email" command
Still unimplemented. This re-organizes the command-line flags.
This commit is contained in:
committed by
nitnelave
parent
18e3892e55
commit
fa0105fa96
@@ -104,5 +104,6 @@ fn main() -> Result<()> {
|
||||
match cli_opts.command {
|
||||
Command::ExportGraphQLSchema(opts) => infra::graphql::api::export_schema(opts),
|
||||
Command::Run(opts) => run_server_command(opts),
|
||||
Command::SendTestEmail(_opts) => Ok(()),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user