mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-29 20:34:46 +01:00
Fix clap attributes
This commit is contained in:
parent
13872e56aa
commit
4d1085a720
1 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,7 @@ mod tag;
|
|||
mod window;
|
||||
|
||||
#[derive(clap::Args, Debug)]
|
||||
#[group(id = "backend", required = false)]
|
||||
#[group(id = "backend", required = false, multiple = false)]
|
||||
struct Backends {
|
||||
#[arg(long, group = "backend")]
|
||||
/// Run Pinnacle in a window in your graphical environment
|
||||
|
@ -42,7 +42,6 @@ struct Backends {
|
|||
|
||||
#[derive(clap::Parser, Debug)]
|
||||
#[command(author, version, about, long_about = None)]
|
||||
#[group(required = false, multiple = false)]
|
||||
struct Args {
|
||||
#[command(flatten)]
|
||||
backend: Backends,
|
||||
|
|
Loading…
Add table
Reference in a new issue