class Dapp::Dimg::CLI::Command::Dimg::FlushRepo
Public Instance Methods
run(argv = ARGV)
click to toggle source
# File lib/dapp/dimg/cli/command/dimg/flush_repo.rb, line 28 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, verbose: true)) end