removing old cli.py

This commit is contained in:
2025-10-06 16:42:15 -07:00
parent 3fae31d8b2
commit 44776dea4b
3 changed files with 262 additions and 667 deletions

View File

@@ -1,6 +1,6 @@
# Garmin Analyser
A comprehensive Python application for analyzing Garmin workout data from FIT, TCX, and GPX files, as well as direct integration with Garmin Connect. Provides detailed power, heart rate, and performance analysis with beautiful visualizations and comprehensive reports.
A comprehensive Python application for analyzing Garmin workout data from FIT, TCX, and GPX files, as well as direct integration with Garmin Connect. Provides detailed power, heart rate, and performance analysis with beautiful visualizations and comprehensive reports via a modular command-line interface.
## Features
@@ -112,6 +112,10 @@ Output:
Charts saved to output/charts/ when --charts is used
```
## Deprecation Notice
The Text User Interface (TUI) and legacy analyzer have been removed in favor of the more robust and maintainable modular command-line interface (CLI). The project now relies exclusively on the modular CLI (`main.py` and `cli.py`) for all operations. All functionality from the legacy components has been successfully migrated to the modular stack.
## Setup credentials
Canonical environment variables: