HammerCLI::Options::Normalizers::KeyValueList
# File lib/hammer_cli_foreman_remote_execution/options/normalizers.rb, line 13 def complete(value) Dir[value.to_s+'*'].collect do |file| if ::File.directory?(file) file+'/' else file+' ' end end end
Generated with the Darkfish Rdoc Generator 2.