This commit is contained in:
Nox Sluijtman 2025-07-03 23:01:21 +02:00
parent ab77d39ee0
commit 293da4f330
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M
3 changed files with 6 additions and 32 deletions

View file

@ -25,14 +25,12 @@ pub struct Cli {
/// Generate shell completions
#[arg(long = "generate-completions", value_enum)]
pub completions: Option<Shell>,
// /// Generate manpage
// #[arg(long = "generate-manpage", value_enum)]
// pub manpage: bool,
}
#[derive(Subcommand, Debug, PartialEq)]
pub enum Commands {
/// Toggle MPD playback
#[command(visible_alias = "t")]
Toggle,
/// Skip to the next track
#[command(visible_alias = "skip")]