%w[setup update start stop]
5 6 7 8 9
# File 'lib/miniploy/cli.rb', line 5 def self.run(args) d = Miniploy::Deploy.new action = args.shift d.send action if ARGS.include? action end