class RGitFlow::CLI
Public Class Methods
commandline(command)
click to toggle source
# File lib/rgitflow/cli.rb, line 14 def commandline(command) new.cli command end
Public Instance Methods
cli(command)
click to toggle source
# File lib/rgitflow/cli.rb, line 9 def cli(command) execute command end