Skip to content

Commit

Permalink
fix: Remove unnecessary Default implementation for hc help
Browse files Browse the repository at this point in the history
  • Loading branch information
mchernicoff committed May 21, 2024
1 parent 43486ed commit 214a777
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hipcheck/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ pub enum Commands {
Schema(SchemaArgs),
}

impl Default for Commands {
fn default() -> Commands {
Commands::Help(HelpArgs { command: None })
}
}

#[derive(Debug, clap::Args)]
pub struct CheckArgs {
/// print help text
Expand Down

0 comments on commit 214a777

Please sign in to comment.