Class: GithubCLI::Merging

Inherits:
API
  • Object
show all
Defined in:
lib/github_cli/apis/merging.rb

Class Method Summary collapse

Methods inherited from API

configure_api, github_api, output

Class Method Details

.merge(user, repo, params, format) ⇒ Object



8
9
10
11
12
# File 'lib/github_cli/apis/merging.rb', line 8

def merge(user, repo, params, format)
  output format do
    github_api.repos.merging.merge user, repo, params
  end
end