lib/arli/commands/install.rb in arli-1.1.0 vs lib/arli/commands/install.rb in arli-1.2.1
- old
+ new
@@ -19,11 +19,10 @@
:install_method
include ::Arli::Library
def setup
- super
self.install_argument = runtime.argv.first
raise InvalidInstallSyntaxError,
'Missing installation argument: a name, a file or a URL.' unless install_argument
self.library = identify_library(install_argument)
@@ -69,10 +68,10 @@
validate_search(arg, results)
results.sort.last if results && !results.empty?
end
def params
- " • #{library.to_s}"
+ nil
end
def post_install
#
end