Class: Cp8Cli::Story
- Inherits:
-
Object
show all
- Defined in:
- lib/cp8_cli/story.rb
Instance Method Summary
collapse
Instance Method Details
#start ⇒ Object
3
4
5
6
7
8
9
10
|
# File 'lib/cp8_cli/story.rb', line 3
def start
checkout_branch
create_empty_commit
push_branch
create_wip_pull_request
assign
Command.say "Created WIP PR, run `cp8 open` to view."
end
|