From 1fb15935791a1ceebe60d7265750019ebfc5c0c4 Mon Sep 17 00:00:00 2001 From: Daniel DW Kim Date: Mon, 10 Feb 2025 12:15:12 +0900 Subject: [PATCH] show gene-tree help message --- src/util/arg_parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/arg_parser.rs b/src/util/arg_parser.rs index 1ea97a9..c987046 100644 --- a/src/util/arg_parser.rs +++ b/src/util/arg_parser.rs @@ -192,7 +192,7 @@ pub enum Commands { #[arg(short='v', long, default_value="3")] verbosity: u8, }, - // Infer phylogenetic tree of each core structures + /// Infer phylogenetic tree of each core structures #[clap(arg_required_else_help = true, allow_hyphen_values = true)] #[command(after_help=GENETREE_HELP)] GeneTree {