Class: InteractiveS3::CLI

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

Instance Method Summary collapse

Instance Method Details

#startObject



5
6
7
8
9
10
11
# File 'lib/interactive_s3/cli.rb', line 5

def start
  history.load
  show_version
  run
ensure
  history.save
end