Method: Steep::CLI#process_interface
- Defined in:
- lib/steep/cli.rb
#process_interface ⇒ Object
240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/steep/cli.rb', line 240 def process_interface do || OptionParser.new do |opts| opts, end.parse!(argv) Drivers::PrintInterface.new(type_name: argv.first, signature_dirs: .paths, stdout: stdout, stderr: stderr).run 0 end end |