class Dapp::Dimg::CLI::Command::Base
Constants
- DIMG_STAGES
- STAGE_PROC
Public Instance Methods
run(argv = ARGV)
click to toggle source
# File lib/dapp/dimg/cli/command/base.rb, line 18 def run(argv = ARGV) self.class.parse_options(self, argv) run_dapp_command(run_method, options: cli_options(dimgs_patterns: cli_arguments)) end