class Dapp::Dimg::CLI::Command::Dimg::Stages::FlushRepo
Public Instance Methods
run(argv = ARGV)
click to toggle source
# File lib/dapp/dimg/cli/command/dimg/stages/flush_repo.rb, line 19 def run(argv = ARGV) self.class.parse_options(self, argv) repo = self.class.required_argument(self, 'repo') run_dapp_command(:stages_flush_repo, options: cli_options(repo: repo)) end