Add a libraries list command

This commit is contained in:
Marc Plano-Lesay 2024-12-03 19:30:08 +11:00
parent 776c9b005f
commit 331f24e9af
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
6 changed files with 66 additions and 0 deletions

View file

@ -5,6 +5,7 @@ use crate::{
use chrono::{DateTime, Utc};
use color_eyre::eyre::Result;
use tabled::{settings::Style, Table, Tabled};
#[derive(Tabled)]
struct Album {
#[tabled(rename = "Name")]