Method: GGSM::Cli#delete

Defined in:
lib/ggsm.rb

#delete(branch) ⇒ Object



60
61
62
63
64
# File 'lib/ggsm.rb', line 60

def delete(branch)
  remote = options[:remote]
  all = options[:all]
  delete_flow(branch, remote, all)
end