Class: Rfix::CLI::Command::Branch

Inherits:
Base
  • Object
show all
Defined in:
lib/rfix/cli/command/branch.rb

Instance Method Summary collapse

Methods included from Log

prompt, say, say!

Instance Method Details

#call(branch:, **params) ⇒ Object



9
10
11
# File 'lib/rfix/cli/command/branch.rb', line 9

def call(branch:, **params)
  define(Rfix::Branch::Reference.new(name: branch), **params)
end