Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into venus/performance
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Jun 19, 2024
2 parents 4db1963 + 824628d commit 4a5e6a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hipcheck/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ pub enum Commands {
Unstable(UnstableArgs),
}

// If no subcommand matched, default to use of '-t <TYPE> <TARGET' syntax. In
// this case, `target` is a required field, but the existence of a subcommand
// removes that requirement
#[derive(Debug, Clone, clap::Args)]
pub struct UnstableArgs {
#[clap(subcommand)]
Expand Down

0 comments on commit 4a5e6a2

Please sign in to comment.