global

def show(command)

def show(command)
  cmd = Raykit::Command.new(command).run
  puts cmd.details
end