Skip to content

Commit

Permalink
Merge pull request #5 from vedanshjainvj/master
Browse files Browse the repository at this point in the history
Comment Added for rotation of image.
  • Loading branch information
desujoy authored Oct 22, 2023
2 parents 2bb0ae8 + 39b4bbf commit 79fbed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fn main() {
}

"rotate" => {
// Code for rotating image
if args.len() != 3 {
print_usage_and_exit();
}
Expand Down

0 comments on commit 79fbed6

Please sign in to comment.