Skip to content

Commit

Permalink
Add default deserialization value for license field of config (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-bean authored Oct 15, 2023
1 parent f139336 commit 60d3c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/pipes-rs/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pub struct Config {

/// Print license
#[arg(long)]
#[serde(default)]
pub license: bool,
}

Expand Down

0 comments on commit 60d3c62

Please sign in to comment.