mirror of
https://github.com/beilunyang/moemail.git
synced 2026-05-18 13:17:34 +08:00
feat(cli): add list command for mailboxes and messages
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import { Command } from "commander";
|
||||
import { registerConfigCommand } from "./commands/config.js";
|
||||
import { registerCreateCommand } from "./commands/create.js";
|
||||
import { registerListCommand } from "./commands/list.js";
|
||||
|
||||
const program = new Command();
|
||||
|
||||
@@ -13,5 +14,6 @@ program
|
||||
|
||||
registerConfigCommand(program);
|
||||
registerCreateCommand(program);
|
||||
registerListCommand(program);
|
||||
|
||||
program.parse();
|
||||
|
||||
Reference in New Issue
Block a user