Method: Steep::CLI#process_annotations

Defined in:
lib/steep/cli.rb

#process_annotationsObject



228
229
230
231
232
# File 'lib/steep/cli.rb', line 228

def process_annotations
  source_paths = argv.map {|file| Pathname(file) }
  Drivers::Annotations.new(source_paths: source_paths, stdout: stdout, stderr: stderr).run
  0
end