+2
−1
src/tdoc_crawler/cli/app.py
deleted100644 → 0
+0
−234
Loading
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
With separate tdoc-crawler and spec-crawler entry points, the suffixed command names (crawl-tdocs, query-specs, checkout-spec, open-spec) are redundant. Each app now uses simple names (crawl, query, checkout, open). - Rename commands in tdoc_app: crawl-tdocs→crawl, query-tdocs→query - Rename commands in spec_app: crawl-specs→crawl, query-specs→query, checkout-spec→checkout, open-spec→open - Remove combined cli/app.py (leftover from before the split) - Update tests to import from dedicated apps and use new command names