Class: Renuo::Cli::Commands::CreatePr

Inherits:
Object
  • Object
show all
Defined in:
lib/renuo/cli/commands/create_pr.rb

Instance Method Summary collapse

Instance Method Details

#run(opts) ⇒ Object



21
22
23
24
# File 'lib/renuo/cli/commands/create_pr.rb', line 21

def run(opts)
  create_pr(opts)
  open_pr_in_browser unless opts.web_create
end