Skip to content

Commit

Permalink
Merge pull request #587 from googlefonts/chrissimpkins-cli-cmd-version
Browse files Browse the repository at this point in the history
Add automated clap --version / -V CLI version string support
  • Loading branch information
cmyr authored Nov 20, 2023
2 parents 87c72e6 + 7bea28d commit 151d75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fontc/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use serde::{Deserialize, Serialize};

/// What font can we build for you today?
#[derive(Serialize, Deserialize, Parser, Debug, Clone, PartialEq)]
#[command(version)]
pub struct Args {
/// A designspace, ufo, or glyphs file
#[arg(conflicts_with = "source", required_unless_present("source"))]
Expand Down

0 comments on commit 151d75b

Please sign in to comment.