Sha256: a5e2894a2db16ed2da2155511ee9d1ebd5355dc4fbe85f25a9482583460d3c61

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class AdminPasswd < Base
        option :generate,
               :short => '-g',
               :long  => '--generate',
               :boolean => true

        def self.has_required_param?
          true
        end

        def self.after_action(data, config)
          self.info(data)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
superhosting-0.0.2 lib/superhosting/cli/cmd/admin_passwd.rb