Sha256: 1bd7310216f0ad4b0863aa60f9caa85e9828f73e0833ab574f226a4cf1c4c6e2
Contents?: true
Size: 384 Bytes
Versions: 18
Compression:
Stored size: 384 Bytes
Contents
long_desc "branch - Which branch to merge into yours (default: #{Octopolo.config.deploy_branch})" arg :branch desc "Merge the #{Octopolo.config.deploy_branch} branch into the current working branch" command 'sync-branch' do |c| c.action do |global_options, options, args| require_relative '../scripts/sync_branch' Octopolo::Scripts::SyncBranch.execute args.first end end
Version data entries
18 entries across 18 versions & 1 rubygems