feat: Add new articles on Allergic Bronchopulmonary Aspergillosis, Finger-in-Glove Sign, and Tracheal Dilatation; update content index and document conversion script

This commit is contained in:
Ross
2025-10-18 07:51:33 +01:00
parent 55716a16c5
commit 9aea602295
5 changed files with 207 additions and 2 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ def main(argv: Iterable[str] | None = None) -> int:
p.add_argument("--pattern", default="*.json", help="Glob pattern to find files in input dir")
p.add_argument("--overwrite", action="store_true", help="Overwrite existing .md files")
p.add_argument("--verbose", "-v", action="store_true", help="Print processing details")
p.add_argument("--clear", "-c", action="store_true", help="Clear output directory before processing")
p.add_argument("--clear", "-c", action="store_true", default=False, help="Clear output directory before processing (default: false)")
args = p.parse_args(list(argv) if argv is not None else None)
input_dir = args.input_dir