# File lib/cucumber/cli/language_help_formatter.rb, line 48
      def before_visit_multiline_arg(table)
        if @options[:incomplete]
          @io.puts(format_string(INCOMPLETE, :failed))
        end
      end