Class: AwsCli::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/awscli/cli.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#help_bannerObject



12
13
14
15
16
17
18
# File 'lib/awscli/cli.rb', line 12

def help_banner
  puts <<-HELP.gsub(/^ {8}/, '')
    Amazon Web Services Command Line Interface, Version - #{Awscli::VERSION}

  HELP
  help  #call help
end