Class: Command::Commit

Inherits:
Base
  • Object
show all
Defined in:
lib/lighthouse_branch/commands/commit.rb

Class Method Summary collapse

Methods inherited from Base

command_name, command_regexes, commands, default_command, invoke, number_of_arguments, run, usage

Class Method Details

.command_string(branch_name, ticket_id, args) ⇒ Object



8
9
10
# File 'lib/lighthouse_branch/commands/commit.rb', line 8

def self.command_string(branch_name, ticket_id, args)
  "git commit -a -m \"#{args.shift}\n\n[##{ticket_id}]\""
end