class AwsCli::Cli

This it the main cli runner class All class_methods should be defined here except for Thor::Groups

Public Instance Methods

help_banner() click to toggle source
# File lib/awscli/cli.rb, line 11
    def help_banner
      puts <<-HELP.gsub(/^ {8}/, '')
        Amazon Web Services Command Line Interface, Version - #{Awscli::VERSION}

      HELP
      help  #call help
    end