mirror of
https://github.com/beilunyang/moemail.git
synced 2026-06-08 17:10:01 +08:00
feat(cli): add config module and config command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
import { Command } from "commander";
|
||||
import { registerConfigCommand } from "./commands/config.js";
|
||||
|
||||
const program = new Command();
|
||||
|
||||
@@ -9,4 +10,6 @@ program
|
||||
.version("0.1.0")
|
||||
.option("--json", "output as JSON");
|
||||
|
||||
registerConfigCommand(program);
|
||||
|
||||
program.parse();
|
||||
|
||||
Reference in New Issue
Block a user