add short argument
This commit is contained in:
parent
0d6590d719
commit
330973f19e
@ -11,7 +11,7 @@ pub struct Args {
|
||||
#[clap(short, long, help = "file path for logging")]
|
||||
pub log: Option<String>,
|
||||
|
||||
#[clap(long, help = "playing mode: folder, playlist, custom...")]
|
||||
#[clap(short = 'm', long, help = "playing mode: folder, playlist")]
|
||||
pub play_mode: Option<String>,
|
||||
|
||||
#[clap(short, long, help = "play folder content")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user