lib/bolt/bolt_option_parser.rb in bolt-3.14.1 vs lib/bolt/bolt_option_parser.rb in bolt-3.15.0
- old
+ new
@@ -1093,10 +1093,10 @@
"Set the log level for the console. Available options are",
"trace, debug, info, warn, error, fatal.") do |level|
@options[:log] = { 'console' => { 'level' => level } }
end
define('--clear-cache',
- "Clear plugin cache before executing.") do |_|
+ "Clear plugin, plan, and task caches before executing.") do |_|
@options[:clear_cache] = true
end
define('--plugin PLUGIN', 'Select the plugin to use.') do |plug|
@options[:plugin] = plug
end