module Stax::Ec2

Public Class Methods

included(thor) click to toggle source
# File lib/stax/mixin/ec2.rb, line 5
def self.included(thor)
  thor.desc(:ec2, 'EC2 subcommands')
  thor.subcommand(:ec2, Cmd::Ec2)
end