lib/gym/commands_generator.rb in gym-0.4.4 vs lib/gym/commands_generator.rb in gym-0.4.5
- old
+ new
@@ -30,11 +30,9 @@
program :help, "GitHub", "https://github.com/fastlane/gym"
program :help_formatter, :compact
global_option("--verbose") { $verbose = true }
- always_trace!
-
command :build do |c|
c.syntax = "gym"
c.description = "Just builds your app"
c.action do |_args, options|
config = FastlaneCore::Configuration.create(Gym::Options.available_options,