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



18
19
20
21
# File 'lib/renuo/cli/commands/create_pr.rb', line 18

def run(opts)
  pr_url = build_pr_url(opts)
  open_browser(pr_url)
end