module Stax::S3
Public Class Methods
included(thor)
click to toggle source
# File lib/stax/mixin/s3.rb, line 5 def self.included(thor) thor.desc(:s3, 'S3 subcommands') thor.subcommand(:s3, Cmd::S3) end
# File lib/stax/mixin/s3.rb, line 5 def self.included(thor) thor.desc(:s3, 'S3 subcommands') thor.subcommand(:s3, Cmd::S3) end