lib/high_five/cli.rb in high_five-0.1.5 vs lib/high_five/cli.rb in high_five-0.2.0
- old
+ new
@@ -1,16 +1,14 @@
require 'thor'
-require 'high_five/deploy_task'
-require 'high_five/init_task'
-require 'high_five/android_tasks'
require 'high_five/config'
module HighFive
class Cli < Thor
include Thor::Actions
include HighFive::InitTask
include HighFive::DeployTask
include HighFive::AndroidTasks
+ include HighFive::DistTask
# source root path for Thor::Actions commands
class_option :version, type: :boolean, desc: "Print version and ext", aliases: "-v"
def initialize(*args)
super
\ No newline at end of file