Module: Dapp::Dimg::Dapp::Command::Stages::Pull

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

Instance Method Summary collapse

Instance Method Details

#stages_pullObject



7
8
9
10
11
# File 'lib/dapp/dimg/dapp/command/stages/pull.rb', line 7

def stages_pull
  dimg_import_export_base(should_be_built: false) do |dimg|
    dimg.import_stages!(option_repo, format: dimgstage_push_format)
  end
end