Cleanup
This commit is contained in:
parent
ab77d39ee0
commit
293da4f330
3 changed files with 6 additions and 32 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue