inboxctl 0.1.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  startOAuthFlow,
63
63
  syncLabels,
64
64
  undoRun
65
- } from "./chunk-EY6VV43S.js";
65
+ } from "./chunk-OLL3OA5B.js";
66
66
 
67
67
  // src/cli.ts
68
68
  import { Command } from "commander";
@@ -4027,7 +4027,7 @@ function printDriftReport(result) {
4027
4027
  );
4028
4028
  }
4029
4029
  }
4030
- program.name("inboxctl").description("CLI email management with MCP server, rules-as-code, and TUI").version("0.1.0").option("--demo", "Launch the seeded demo mailbox").option("--no-sync", "Launch the TUI without running the initial background sync");
4030
+ program.name("inboxctl").description("CLI email management with MCP server, rules-as-code, and TUI").version("0.3.0").option("--demo", "Launch the seeded demo mailbox").option("--no-sync", "Launch the TUI without running the initial background sync");
4031
4031
  program.command("setup").description("Run the interactive Google Cloud and OAuth setup wizard").option("--skip-gcloud", "Skip gcloud detection and API enablement").option("--project <id>", "Pre-set the Google Cloud project ID").action(async (options) => {
4032
4032
  try {
4033
4033
  await runSetupWizard({