+83
−53
src/tdoc_crawler/cli/args.py
0 → 100644
+52
−0
Loading
- Added a new `args.py` file to define common Typer arguments and options. - Refactored CLI commands in `app.py` to utilize these shared definitions. - Improved code readability and maintainability by centralizing argument definitions.