class Dapp::Dimg::CLI::Command::Dimg::Stages::Base
Public Instance Methods
run_dapp_command(run_command, options: {}, **extra_options)
click to toggle source
Calls superclass method
Dapp::CLI::Command::Base#run_dapp_command
# File lib/dapp/dimg/cli/command/dimg/stages/base.rb, line 6 def run_dapp_command(run_command, options: {}, **extra_options) super(run_command, options: options.merge(verbose: true), **extra_options) end