Method: Fast::Cli#report

Defined in:
lib/fast/cli.rb

#report(file, result) ⇒ Object

Report results using the actual options binded from command line.

See Also:



267
268
269
270
271
272
273
274
275
276
# File 'lib/fast/cli.rb', line 267

def report(file, result)
  Fast.report(result,
              file: file,
              show_link: @show_link,
              show_permalink: @show_permalink,
              show_sexp: @show_sexp,
              headless: @headless,
              bodyless: @bodyless,
              colorize: @colorize)
end