lib/high_five/cli.rb in high_five-0.0.7 vs lib/high_five/cli.rb in high_five-0.0.8
- old
+ new
@@ -9,10 +9,9 @@
include Thor::Actions
include HighFive::InitTask
include HighFive::DeployTask
include HighFive::AndroidTasks
# source root path for Thor::Actions commands
-
class_option :version, type: :boolean, desc: "Print version and ext", aliases: "-v"
def initialize(*args)
super
if options[:version]
\ No newline at end of file