Skip to content

Commit

Permalink
refactor(cli): restructure cli module and enhance output formatting
Browse files Browse the repository at this point in the history
- Move CLI code to dedicated module with utils
- Add rich-based formatting for tables and progress indicators
- Implement download progress tracking with status updates
- Add new CLI commands: login, podcast, episode with download support
  • Loading branch information
bendikrb committed Oct 30, 2024
1 parent efd14db commit 0cf5aec
Show file tree
Hide file tree
Showing 7 changed files with 665 additions and 170 deletions.
158 changes: 0 additions & 158 deletions podme_api/cli.py

This file was deleted.

5 changes: 5 additions & 0 deletions podme_api/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .cli import main

__all__ = [
"main",
]
Loading

0 comments on commit 0cf5aec

Please sign in to comment.