Returns a new instance of CLI.
3 4 5 6
# File 'lib/souls/cli/init/index.rb', line 3 def initialize(*_args) super @bucket_url = "https://storage.googleapis.com/souls-bucket/boilerplates/#{SOULs::VERSION}" end