# File lib/termtter/client.rb, line 229
      def exit
        puts 'finalizing...'
        call_hooks(:exit)
        @task_manager.kill
      end