Drop nested list variable in command

The enum variant is the value this code-path requires. The inner bool doesn't do anything, so it can go away.
This commit is contained in:
2025-05-24 14:31:07 -05:00
parent 8b0f60d348
commit 013c797e1f
2 changed files with 2 additions and 5 deletions

View File

@@ -14,8 +14,5 @@ pub struct Args {
#[derive(Subcommand, Debug)]
pub enum Commands {
ListReleases {
#[arg(short, long)]
list: bool,
},
ListReleases,
}