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