Class: MergeCli

Inherits:
Thor
  • Object
show all
Defined in:
lib/github_merge/cli.rb

Instance Method Summary collapse

Instance Method Details

#local(file) ⇒ Object



7
8
9
# File 'lib/github_merge/cli.rb', line 7

def local(file)
  Merge.new(file, options).local!
end