module Dapp::Dimg::Dapp::Command::Stages::FlushLocal
Public Instance Methods
ruby2go_cleanup_stages_flush_local_options_dump()
click to toggle source
# File lib/dapp/dimg/dapp/command/stages/flush_local.rb, line 11 def ruby2go_cleanup_stages_flush_local_options_dump ruby2go_cleanup_common_project_options.merge( mode: { with_dimgs: false, with_stages: true, only_repo: false, } ).tap do |json| break JSON.dump(json) end end
stages_flush_local()
click to toggle source
# File lib/dapp/dimg/dapp/command/stages/flush_local.rb, line 7 def stages_flush_local ruby2go_cleanup_command(:flush, ruby2go_cleanup_stages_flush_local_options_dump) end