Class: TfUploader::Command

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/tf_uploader/command.rb

Instance Method Summary collapse

Instance Method Details

#upload(dir, token) ⇒ Object



5
6
7
# File 'lib/tf_uploader/command.rb', line 5

def upload(dir, token)
  TfUploader::Uploader.new(dir, token).upload!
end