27 28 29 30 31 32 33
# File 'lib/cnvrg/data.rb', line 27 def init cli = Cnvrg::CLI.new() public = options["public"] bucket = options["bucket"] title = options["title"] cli.init_data(public, bucket: bucket, title: title) end