We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b0ed4 commit 03581a6Copy full SHA for 03581a6
lib/microsoft_computer_vision/command_builder.rb
@@ -54,7 +54,7 @@ def run
54
c.option '--output STRING', String, 'Output thumbnail path'
55
c.option '--width INTEGER', Integer, 'width param'
56
c.option '--height INTEGER', Integer, 'height param'
57
- c.option '--smart_cropping', 'smartCropping param'
+ c.option '--smart_cropping BOOLEAN', 'smartCropping param'
58
c.action do |args, options|
59
options.default smart_cropping: true, output: './out.jpg'
60
0 commit comments