Skip to content

Commit

Permalink
CLI parser with version
Browse files Browse the repository at this point in the history
  • Loading branch information
dubssieg committed Nov 19, 2024
1 parent 363c431 commit f270fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::Parser;

#[derive(Parser, Debug)]
#[command(
version = "v0.1.0",
version = "v0.1.2",
about = "GFA graph comparison tool",
long_about = "Compares pangenome graphs by calculating the segmentation distance between two GFA (Graphical Fragment Assembly) files."
)]
Expand Down

0 comments on commit f270fa0

Please sign in to comment.