Method: Command::Resolve.command_string

Defined in:
lib/lighthouse_branch/commands/resolve.rb

.command_string(branch_name, ticket_id, args) ⇒ Object



7
8
9
# File 'lib/lighthouse_branch/commands/resolve.rb', line 7

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