Sha256: e28c9eef7379bca308db5d7cd02ce2d41006ba52f422150c7fbb5e3bce3df937
Contents?: true
Size: 398 Bytes
Versions: 24
Compression:
Stored size: 398 Bytes
Contents
config = Octopolo::Config.parse long_desc "branch - Which branch to merge into yours (default: #{config.deploy_branch})" arg :branch desc "Merge the #{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
24 entries across 24 versions & 1 rubygems