vendored/puppet/lib/puppet/face/module/uninstall.rb in bolt-0.20.3 vs vendored/puppet/lib/puppet/face/module/uninstall.rb in bolt-0.20.5
- old
+ new
@@ -54,13 +54,9 @@
The version of the module to uninstall. When using this option, a module
matching the specified version must be installed or else an error is raised.
EOT
end
- option '--strict-semver' do
- summary _('Whether version ranges should exclude pre-release versions')
- end
-
when_invoked do |name, options|
name = name.gsub('/', '-')
Puppet::ModuleTool.set_option_defaults options
message = if options[:version]