breakout feature into parts
This commit is contained in:
11
lib/feature/branch.rb
Normal file
11
lib/feature/branch.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
require_relative './base'
|
||||
|
||||
module Feature
|
||||
|
||||
class Branch < Feature::Base
|
||||
def execute
|
||||
run_cmd "git branch"
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user