reorganise modules

This commit is contained in:
Aaron Manning
2025-09-01 10:07:28 +10:00
parent 2b55c5b0af
commit 5291730793
5 changed files with 181 additions and 170 deletions

View File

@@ -42,12 +42,6 @@ pub(crate) enum Command {
#[arg(long, short)]
podcast: String,
},
/// Tags files for use with an iPod, such that they don't show up in albums and artists.
Tag {
/// The podcast to tag.
#[arg(long, short)]
podcast: Option<String>,
},
/// Generates playlist for use with an iPod.
Playlist {
/// The podcast to generate the playlist for.