Small change to make symlink text a symbol in the map command.
This commit is contained in:
@@ -21,7 +21,7 @@ class Homesick < Thor
|
|||||||
map '-v' => :version
|
map '-v' => :version
|
||||||
map '--version' => :version
|
map '--version' => :version
|
||||||
# Retain a mapped version of the symlink command for compatibility.
|
# Retain a mapped version of the symlink command for compatibility.
|
||||||
map 'symlink' => :link
|
map symlink: :link
|
||||||
|
|
||||||
def initialize(args = [], options = {}, config = {})
|
def initialize(args = [], options = {}, config = {})
|
||||||
super
|
super
|
||||||
|
|||||||
Reference in New Issue
Block a user