mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-01-03 10:57:56 -05:00
* feat: reset password cli command * refactor: wrap user password reset operations in db transaction
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
#!/usr/bin/env bun
|
|
|
|
import { program } from "./index";
|
|
|
|
await program.parseAsync(process.argv);
|