Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paritosh-08 committed Feb 3, 2025
1 parent 4af35e5 commit 272382b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions crates/cli/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,10 @@ pub type CommandName = String;
#[serde(rename_all = "PascalCase", tag = "type")]
pub enum CommandDefinition {
#[serde(rename_all = "camelCase")]
ShellScript {
bash: String,
powershell: String,
},
ShellScript { bash: String, powershell: String },
#[serde(rename_all = "camelCase")]
DockerizedCommand {
docker_image: String,
command_args: Vec<String>,
}
},
}

0 comments on commit 272382b

Please sign in to comment.