Skip to content

Commit

Permalink
add version display
Browse files Browse the repository at this point in the history
  • Loading branch information
rderelle authored Jul 17, 2023
1 parent 4820778 commit 7626b3d
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 @@ -20,7 +20,7 @@ use process_barcodes::process_barcodes::process_barcodes;


#[derive(Parser, Debug)]
#[command(author = None, version = None, about = None, long_about = None)]
#[command(author = None, version, about = None, long_about = None)]
struct Args {
/// directory containing the fastq.gz files
#[arg(short, long)]
Expand Down

0 comments on commit 7626b3d

Please sign in to comment.