From be280766a54937964dd843298d6250b53548f303 Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Fri, 1 Nov 2024 17:59:23 -0700 Subject: [PATCH] Revert "Add version flag. Update CITATION." --- CITATION.cff | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e7f1a91..94b95c9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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.11 +version: 0.8.6 doi: http://dx.doi.org/10.1093/bioinformatics/btad754 date-released: 2024-01-05 url: "https://github.com/vsbuffalo/scidataflow/" diff --git a/src/main.rs b/src/main.rs index 706ad93..56c4ef2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,7 @@ https://github.com/vsbuffalo/scidataflow/issues. #[derive(Parser)] #[clap(name = "sdf")] -#[clap(version, about = INFO)] +#[clap(about = INFO)] struct Cli { #[arg(short, long, action = clap::ArgAction::Count)] debug: u8,