Skip to content

Commit

Permalink
feat: improve command line output (version and description)
Browse files Browse the repository at this point in the history
  • Loading branch information
zietzm committed Apr 9, 2024
1 parent 67c724b commit 0ad49bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "sumher_rs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Heritability and genetic correlation from GWAS. Wrapper around LDAK for fast parallel computation."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::db::DbConnection;
use crate::util::{format_plink_sumstats, RuntimeSetup};

#[derive(Parser, Debug)]
#[command(name = "sumher_rs")]
#[command(name = "sumher_rs", about, version)]
struct Cli {
#[command(subcommand)]
command: Command,
Expand Down

0 comments on commit 0ad49bd

Please sign in to comment.