Skip to content

Commit

Permalink
Merge pull request #4 from vedanshjainvj/master
Browse files Browse the repository at this point in the history
Comment Added For Crop
  • Loading branch information
desujoy authored Oct 22, 2023
2 parents f7ad38e + 72ba860 commit 2bb0ae8
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 @@ -30,6 +30,7 @@ fn main() {
}

"crop" => {
// Cropping Feature Here
if args.len() != 6 {
print_usage_and_exit();
}
Expand Down

0 comments on commit 2bb0ae8

Please sign in to comment.