snapshot/lib/snapshot/commands_generator.rb in fastlane-2.75.0.beta.20180109010003 vs snapshot/lib/snapshot/commands_generator.rb in fastlane-2.75.0

- old
+ new

@@ -48,9 +48,11 @@ c.action do |args, options| require 'snapshot/setup' path = Snapshot::Helper.fastlane_enabled? ? FastlaneCore::FastlaneFolder.path : '.' is_swift_fastfile = args.include?("swift") Snapshot::Setup.create(path, is_swift_fastfile: is_swift_fastfile) + # We do this outside of `Setup`, as it shouldn't be part of `fastlane init` + puts("More information: https://docs.fastlane.tools/getting-started/ios/screenshots/".green) end end command :update do |c| c.syntax = 'fastlane snapshot update'