Skip to content

Commit

Permalink
Added --version flag to print SDF version, updated citation file.
Browse files Browse the repository at this point in the history
Thanks to @apraga for this.
  • Loading branch information
vsbuffalo committed Nov 2, 2024
1 parent e0c1100 commit a526ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
given-names: "Vince"
orcid: "https://orcid.org/0000-0003-4510-1609"
title: "SciDataFlow: A Tool for Improving the Flow of Data through Science"
version: 0.8.6
version: 0.8.11
doi: http://dx.doi.org/10.1093/bioinformatics/btad754
date-released: 2024-01-05
url: "https://github.com/vsbuffalo/scidataflow/"
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ https://github.com/vsbuffalo/scidataflow/issues.

#[derive(Parser)]
#[clap(name = "sdf")]
#[clap(about = INFO)]
#[clap(version, about = INFO)]
struct Cli {
#[arg(short, long, action = clap::ArgAction::Count)]
debug: u8,
Expand Down

0 comments on commit a526ac3

Please sign in to comment.