class Dapp::Dimg::CLI::Command::Dimg::Push

Public Instance Methods

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