salesforce/flo

View on GitHub
bin/flo

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby

# Copyright © 2019, Salesforce.com, Inc.
# All Rights Reserved.
# Licensed under the BSD 3-Clause license.
# For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'flo'
require 'flo/cli'

Flo::Cli.new.call(ARGV)