skillwiki 0.9.62 → 0.9.63

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.
@@ -3492,6 +3492,7 @@ function buildCliSurface() {
3492
3492
  program.command("doctor").option("--check-snapshotter");
3493
3493
  program.command("status").option("--wiki <name>");
3494
3494
  program.command("archive").option("--wiki <name>").option("--cascade").option("--apply").option("--remote <remote>").option("--remote-delete").option("--max-remote-deletes <n>");
3495
+ program.command("remove").option("--wiki <name>").option("--remote <remote>").option("--remote-delete").option("--max-remote-deletes <n>").option("--reason <text>");
3495
3496
  program.command("drift").option("--apply").option("--new <date>").option("--wiki <name>");
3496
3497
  program.command("dedup").option("--apply").option("--canonical-policy <policy>").option("--manifest-out <path>").option("--manifest-in <path>").option("--remote <remote>").option("--remote-delete").option("--max-remote-deletes <n>").option("--wiki <name>");
3497
3498
  program.command("migrate-citations").option("--dry-run").option("--wiki <name>");