module Aruba::Api::Commands

def close_input

Close stdin
def close_input
  last_command_started.close_io(:stdin)
end