Add a libraries list command
This commit is contained in:
parent
776c9b005f
commit
331f24e9af
6 changed files with 66 additions and 0 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue