separate playlist generation
This commit is contained in:
10
src/input.rs
10
src/input.rs
@@ -42,9 +42,15 @@ pub(crate) enum Command {
|
||||
#[arg(long, short)]
|
||||
podcast: String,
|
||||
},
|
||||
/// Tags files and generates playlists ready for use with an iPod.
|
||||
/// Tags files for use with an iPod, such that they don't show up in albums and artists.
|
||||
Tag {
|
||||
/// The podcast to tag and generate playlists for.
|
||||
/// 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.
|
||||
#[arg(long, short)]
|
||||
podcast: Option<String>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user