class Evostream::CLI::Argument::Host
Argument
for change host used with command calling
Constants
- KEY
Private Instance Methods
action()
click to toggle source
# File lib/evostream/cli/option/host.rb, line 14 def action param = parameter('--server') CLI::Config.instance.change_host(param) rescue raise CodeError::Syntax::OptionInvalid end