Sha256: 2d2efe592de5103d72c24478ffcf642bb17a956611bd74fe2e163d9cde498d05

Contents?: true

Size: 1.04 KB

Versions: 604

Compression:

Stored size: 1.04 KB

Contents

module Fastlane
  module Actions
    class SkipDocsAction < Action
      def self.run(params)
        ENV["FASTLANE_SKIP_DOCS"] = "1"
      end

      def self.step_text
        nil
      end

      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Skip the creation of the fastlane/README.md file when running fastlane"
      end

      def self.available_options
      end

      def self.output
      end

      def self.return_value
      end

      def self.details
        "Tell _fastlane_ to not automatically create a `fastlane/README.md` when running _fastlane_. You can always trigger the creation of this file manually by running `fastlane docs`"
      end

      def self.authors
        ["KrauseFx"]
      end

      def self.is_supported?(platform)
        true
      end

      def self.example_code
        [
          'skip_docs'
        ]
      end

      def self.category
        :misc
      end
    end
  end
end

Version data entries

604 entries across 604 versions & 1 rubygems

Version Path
fastlane-2.94.0.beta.20180425050017 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.1 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.94.0.beta.20180424050050 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.0 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.0.beta.20180423050019 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.0.beta.20180422050034 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.0.beta.20180421050012 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.0.beta.20180420050021 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.0.beta.20180419050008 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.0.beta.20180418050020 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.92.1 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.93.0.beta.20180417050013 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.92.0 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.92.0.beta.20180416050023 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.92.0.beta.20180415050019 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.92.0.beta.20180414050023 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.91.0 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.91.0.beta.20180413050017 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.90.0 fastlane/lib/fastlane/actions/skip_docs.rb
fastlane-2.90.0.beta.20180412050111 fastlane/lib/fastlane/actions/skip_docs.rb