Help message for musichoard-edit artist sort are not showing #112
@ -61,9 +61,9 @@ enum ArtistCommand {
|
|||||||
|
|
||||||
#[derive(StructOpt, Debug)]
|
#[derive(StructOpt, Debug)]
|
||||||
enum SortCommand {
|
enum SortCommand {
|
||||||
#[structopt(help = "Set the provided name as the artist's sort name")]
|
#[structopt(about = "Set the provided name as the artist's sort name")]
|
||||||
Set(ArtistSortValue),
|
Set(ArtistSortValue),
|
||||||
#[structopt(help = "Clear the artist's sort name")]
|
#[structopt(about = "Clear the artist's sort name")]
|
||||||
Clear(ArtistValue),
|
Clear(ArtistValue),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user