class Meshchat::Ui::Command::Exit
Public Class Methods
description()
click to toggle source
# File lib/meshchat/ui/command/exit.rb, line 6 def self.description 'exits the program' end
Public Instance Methods
handle()
click to toggle source
# File lib/meshchat/ui/command/exit.rb, line 10 def handle _input_factory._cli.shutdown end