We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049098f commit c0adff5Copy full SHA for c0adff5
1 file changed
src/main.rs
@@ -20,7 +20,7 @@ type GeneId = String;
20
long_about = None
21
)]
22
struct Args {
23
- /// Path to the input GTF file
+ /// Path to the input GTF file.
24
#[arg(short, long)]
25
file: PathBuf,
26
0 commit comments