lib/alfred_git.rb in alfred_git-0.5.11 vs lib/alfred_git.rb in alfred_git-0.5.12
- old
+ new
@@ -1,7 +1,6 @@
require 'YAML'
-require 'rainbow'
require 'fileutils'
require 'find'
require 'iamsellek_cl_helper'
require_relative './alfred_git/version'
@@ -45,10 +44,10 @@
case @arguments[0]
when nil, ''
lines_pretty_print Rainbow("I need a command to run, Master #{@name}.").red
abort
- when 'list_repo', 'list_repos', 'listrepo', 'listrepos'
+ when 'list_repo', 'list_repos', 'listrepo', 'listrepos', 'lr'
lines_pretty_print "Here are your repos and their locations, Master #{@name}:"
single_space
list_repos_and_locations
\ No newline at end of file