Skip to content

Commit 03581a6

Browse files
committed
fix
1 parent 84b0ed4 commit 03581a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/microsoft_computer_vision/command_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run
5454
c.option '--output STRING', String, 'Output thumbnail path'
5555
c.option '--width INTEGER', Integer, 'width param'
5656
c.option '--height INTEGER', Integer, 'height param'
57-
c.option '--smart_cropping', 'smartCropping param'
57+
c.option '--smart_cropping BOOLEAN', 'smartCropping param'
5858
c.action do |args, options|
5959
options.default smart_cropping: true, output: './out.jpg'
6060

0 commit comments

Comments
 (0)