We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8aeede commit 6e6d76dCopy full SHA for 6e6d76d
1 file changed
src/main.rs
@@ -112,8 +112,10 @@ enum Subcli {
112
#[arg(short = '2', long = "read2")]
113
read2: String,
114
115
- /// barcode list file, eg: barcode sample
116
- #[arg(short = 'b', long = "barcode")]
+ /// barcode list file, format eg:
+ /// ATGCAGTG sample1
117
+ /// TGCAGTAC sample2
118
+ #[arg(short = 'b', long = "barcode", verbatim_doc_comment)]
119
bar: String,
120
121
/// barcode position mode, 1:left, 2:right
0 commit comments