Method: DTK::Client::CLI::Command::Subcommand#method_missing

Defined in:
lib/cli/command/subcommand.rb

#method_missing(method, *args, &body) ⇒ Object



25
26
27
# File 'lib/cli/command/subcommand.rb', line 25

def method_missing(method, *args, &body)
  @gli_command.send(method, *args, &body)
end