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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user