Skip to content

Commit

Permalink
✨ zx: set --output as global
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Jan 19, 2024
1 parent e1d76a7 commit 15841a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus_xmlgen/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct Args {
/// Specify the destination for saving the output. If no argument is provided, the parsed interfaces will be
/// stored in separate files. If a filename is provided, the output will be saved to that file.
/// Use '-' to print the output to stdout.
#[clap(short, long, allow_hyphen_values = true)]
#[clap(short, long, allow_hyphen_values = true, global = true)]
pub output: Option<String>,
}

Expand Down

0 comments on commit 15841a1

Please sign in to comment.