Class: MeshChat::CLI::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/meshchat/cli/base.rb

Instance Method Summary collapse

Instance Method Details

#get_inputObject

override this to alter how input is gathered

the returned value of this method should be a whole line / command that will be passed to MeshChat::CLI.create_input



8
9
10
# File 'lib/meshchat/cli/base.rb', line 8

def get_input
  gets
end