Module: Dapp::Dimg::Dapp::Command::Spush

Included in:
Dapp
Defined in:
lib/dapp/dimg/dapp/command/spush.rb

Instance Method Summary collapse

Instance Method Details

#spushObject



6
7
8
9
10
11
# 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