@cleocode/cleo 2026.3.40 → 2026.3.42

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/index.js CHANGED
@@ -87751,11 +87751,7 @@ function registerExistsCommand(program) {
87751
87751
 
87752
87752
  // packages/cleo/src/cli/commands/export.ts
87753
87753
  function registerExportCommand(program) {
87754
- program.command("export").description("Export tasks to CSV, TSV, JSON, or markdown format").option(
87755
- "--export-format <format>",
87756
- "Export format: json, csv, tsv, markdown",
87757
- "json"
87758
- ).option("--output <file>", "Output file path (stdout if omitted)").option("--status <statuses>", "Filter by status (comma-separated)").option("--parent <id>", "Filter by parent task").option("--phase <phase>", "Filter by phase").action(async (opts) => {
87754
+ program.command("export").description("Export tasks to CSV, TSV, JSON, or markdown format").option("--export-format <format>", "Export format: json, csv, tsv, markdown", "json").option("--output <file>", "Output file path (stdout if omitted)").option("--status <statuses>", "Filter by status (comma-separated)").option("--parent <id>", "Filter by parent task").option("--phase <phase>", "Filter by phase").action(async (opts) => {
87759
87755
  const hasOutput = !!opts["output"];
87760
87756
  if (hasOutput) {
87761
87757
  await dispatchFromCli(