module Dapp::Dimg::Dapp::Command::Spush

Public Instance Methods

spush() click to toggle source
# File lib/dapp/dimg/dapp/command/spush.rb, line 6
def spush
  one_dimg!
  dimg_import_export_base do |dimg|
    dimg.export!(option_repo, format: spush_format)
  end
end