We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1ee9a commit ff96c17Copy full SHA for ff96c17
bin/report_builder
@@ -37,7 +37,7 @@ opt_parser = OptionParser.new do |opts|
37
options[:include_images] = include_images
38
end
39
40
- opts.on('-vc', '--voice_commands', 'Enable voice commands for easy navigation and search') do |voice_commands|
+ opts.on('--voice_commands', 'Enable voice commands for easy navigation and search') do |voice_commands|
41
options[:voice_commands] = voice_commands
42
43
0 commit comments