Extract the CLI into a new Homesick::CLI class, while making Homesick a module

This commit is contained in:
Nicolas McCurdy
2014-04-16 17:20:05 -04:00
parent 41f3f9d374
commit 705a416d74
8 changed files with 346 additions and 339 deletions

View File

@@ -1,4 +1,4 @@
class Homesick
module Homesick
# Hack in support for diffing symlinks
class Shell < Thor::Shell::Color
def show_diff(destination, content)