Skip to content

Commit

Permalink
feat(cli): prettify help
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Sep 8, 2023
1 parent 619aab4 commit ac7c2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages_rs/nextclade-cli/src/cli/nextclade_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,10 @@ pub struct NextcladeSortArgs {
#[clap(group = "outputs")]
pub output: Option<String>,

#[clap(flatten, next_help_heading = " Algorithm")]
#[clap(flatten, next_help_heading = "Algorithm")]
pub search_params: NextcladeSeqSortParams,

#[clap(flatten, next_help_heading = " Other")]
#[clap(flatten, next_help_heading = "Other")]
pub other_params: NextcladeRunOtherParams,

/// Use custom dataset server.
Expand Down

0 comments on commit ac7c2d5

Please sign in to comment.