Skip to content

Commit

Permalink
Change list command description
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Jan 9, 2023
1 parent e8a8ceb commit d2acad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ enum Command {
/// option is not shown in the CLI.
#[command(hide = true)]
RunSingleTest(SingleTestSettings),
/// Subcommands for listing data about the tests or the installed plugins.

#[command(subcommand)]
List(ListCommand),
}

/// Subcommands for listing data about the tests or the installed plugins.
/// Commands for listing tests and data realted to the installed plugins.
#[derive(Subcommand)]
enum ListCommand {
/// Lists basic information about all installed CLAP plugins.
Expand Down

0 comments on commit d2acad2

Please sign in to comment.