class Cp8Cli::Commands::Ci

Public Instance Methods

run() click to toggle source
# File lib/cp8_cli/commands/ci.rb, line 4
def run
  Branch.current.open_ci # TODO: move to /commands
end