Sha256: eee0f12460ce3f706bdf484e95cdac346880137ca33239e3075b6c28be6e137a
Contents?: true
Size: 464 Bytes
Versions: 49
Compression:
Stored size: 464 Bytes
Contents
module ShopifyCLI module Commands class App class Open < ShopifyCLI::Command::AppSubCommand def call(*) project = ShopifyCLI::Project.current Services::App::OpenService.call( project: project, context: @ctx ) end def self.help ShopifyCLI::Context.message("core.app.open.help", ShopifyCLI::TOOL_NAME, ShopifyCLI::TOOL_NAME) end end end end end
Version data entries
49 entries across 49 versions & 1 rubygems