Class: GitChange::Runner

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/git_change/runner.rb

Instance Method Summary collapse

Instance Method Details

#author(name, email) ⇒ Object



12
13
14
# File 'lib/git_change/runner.rb', line 12

def author(name, email)
  invoke GitChange::Author, [name, email], options
end