class Dapp::Kube::CLI::Command::Base
Public Instance Methods
run(argv = ARGV)
click to toggle source
# File lib/dapp/kube/cli/command/base.rb, line 4 def run(argv = ARGV) self.class.parse_options(self, argv) run_dapp_command(run_method, options: cli_options) end
run_method()
click to toggle source
# File lib/dapp/kube/cli/command/base.rb, line 9 def run_method :"kube_#{class_to_lowercase}" end