Class: Autowow::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/autowow/cli.rb

Instance Method Summary collapse

Instance Method Details

#add_upstreamObject



36
37
38
# File 'lib/autowow/cli.rb', line 36

def add_upstream
  Autowow::Vcs.add_upstream
end

#branch_mergedObject



16
17
18
# File 'lib/autowow/cli.rb', line 16

def branch_merged
  Autowow::Vcs.branch_merged
end

#clear_branchesObject



31
32
33
# File 'lib/autowow/cli.rb', line 31

def clear_branches
  Autowow::Vcs.clear_branches
end

#gem_releaseObject



21
22
23
# File 'lib/autowow/cli.rb', line 21

def gem_release
  Autowow::Gem.gem_release
end

#hiObject



41
42
43
# File 'lib/autowow/cli.rb', line 41

def hi
  Autowow::Vcs.hi
end

#hi!Object



46
47
48
# File 'lib/autowow/cli.rb', line 46

def hi!
  Autowow::Vcs.hi!
end

#openObject



51
52
53
# File 'lib/autowow/cli.rb', line 51

def open
  Autowow::Vcs.open
end

#update_projectsObject



26
27
28
# File 'lib/autowow/cli.rb', line 26

def update_projects
  Autowow::Vcs.update_projects
end