class Dapp::Dimg::CLI::Command::Dimg::Stages::Pull

Public Instance Methods

run(argv = ARGV) click to toggle source
# File lib/dapp/dimg/cli/command/dimg/stages/pull.rb, line 25
def run(argv = ARGV)
  self.class.parse_options(self, argv)
  repo = self.class.required_argument(self, 'repo')
  run_dapp_command(:stages_pull, options: cli_options(dimgs_patterns: cli_arguments, repo: repo))
end