class Dapp::Dimg::CLI::Command::Dimg::Stages::FlushLocal

Public Instance Methods

run(argv = ARGV) click to toggle source
# File lib/dapp/dimg/cli/command/dimg/stages/flush_local.rb, line 13
def run(argv = ARGV)
  self.class.parse_options(self, argv)
  run_dapp_command(:stages_flush_local, options: cli_options)
end