Method: Steep::CLI#process_paths
- Defined in:
- lib/steep/cli.rb
#process_paths ⇒ Object
257 258 259 260 261 262 263 264 265 266 267 268 269 |
# File 'lib/steep/cli.rb', line 257 def process_paths do || OptionParser.new do |opts| opts, end.parse!(argv) .paths.each do |path| stdout.puts path end 0 end end |