lib/koma/cli.rb in koma-0.7.0 vs lib/koma/cli.rb in koma-0.7.1

- old
+ new

@@ -67,7 +67,19 @@ Koma::HostInventory.all_inventory_keys.each do |key| key += ' (disabled)' if Koma::HostInventory.disabled_keys.include?(key) puts key end end + + def method_missing(command) +out = <<-EOH + + (( )) +(( _____ )) +(U ● ● U) + (( ● )) < Could not find command "#{command}". + +EOH +puts out + end end end