Add command to delete albums

This commit is contained in:
Marc Plano-Lesay 2024-11-24 02:01:48 +01:00
parent fb78298166
commit e29b962423
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
7 changed files with 152 additions and 1 deletions

View file

@ -78,6 +78,9 @@ pub(crate) enum Commands {
#[derive(Serialize, Subcommand)]
pub(crate) enum AlbumsCommands {
/// Delete all albums
#[serde(rename = "delete")]
Delete {},
/// List all albums
#[serde(rename = "list")]
List {},