Sha256: 594e60ef088a9e773c24036be551dc128032e1b0851748ab0f4f52867c8c2aab

Contents?: true

Size: 303 Bytes

Versions: 26

Compression:

Stored size: 303 Bytes

Contents

arg :pull_request_id
desc 'Accept pull requests. Merges the given pull request into master and updates the changelog.'
command 'accept-pull' do |c|
  c.action do |global_options, options, args|
    require_relative '../scripts/accept_pull'
    Octopolo::Scripts::AcceptPull.execute args.first
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
octopolo-1.3.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.2.1 lib/octopolo/commands/accept_pull.rb
octopolo-1.2.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.1.1 lib/octopolo/commands/accept_pull.rb
octopolo-1.1.0 lib/octopolo/commands/accept_pull.rb
octopolo-1.0.2 lib/octopolo/commands/accept_pull.rb
octopolo-1.0.1 lib/octopolo/commands/accept_pull.rb
octopolo-1.0.0 lib/octopolo/commands/accept_pull.rb
octopolo-0.4.1 lib/octopolo/commands/accept_pull.rb
octopolo-0.4.0 lib/octopolo/commands/accept_pull.rb
octopolo-0.3.6 lib/octopolo/commands/accept_pull.rb
octopolo-0.3.5 lib/octopolo/commands/accept_pull.rb
octopolo-0.3.4 lib/octopolo/commands/accept_pull.rb
octopolo-0.3.3 lib/octopolo/commands/accept_pull.rb
octopolo-0.3.2 lib/octopolo/commands/accept_pull.rb
octopolo-0.3.1 lib/octopolo/commands/accept_pull.rb
octopolo-0.3.0 lib/octopolo/commands/accept_pull.rb
octopolo-0.2.1 lib/octopolo/commands/accept_pull.rb
octopolo-0.1.4 lib/octopolo/commands/accept_pull.rb
octopolo-0.2.0 lib/octopolo/commands/accept_pull.rb