# # Original knife-windows author:: Steven Murawski ( "-m", :long => "--manual-list", :boolean => true, :description => "QUERY is a space separated list of servers", :default => false option :attribute, :short => "-a ATTR", :long => "--attribute ATTR", :description => "The attribute to use for opening the connection - default is fqdn", :default => "fqdn" option :concurrency, :short => "-C NUM", :long => "--concurrency NUM", :description => "The number of allowed concurrent connections", :default => 1, :proc => lambda { |o| o.to_i } end end end end end