bin/produce in produce-0.6.5 vs bin/produce in produce-1.0.0

- old
+ new

@@ -3,16 +3,17 @@ $:.push File.expand_path("../../lib", __FILE__) require 'produce' require 'commander' require 'credentials_manager/appfile_config' -require 'produce/options' HighLine.track_eof = false class ProduceApplication include Commander::Methods + # rubocop:disable Metrics/MethodLength + # rubocop:disable Metrics/AbcSize def run program :version, Produce::VERSION program :description, 'CLI for \'produce\'' program :help, 'Author', 'Felix Krause <produce@krausefx.com>' program :help, 'Website', 'https://fastlane.tools'