Method: Steep::CLI#handle_dir_options
- Defined in:
- lib/steep/cli.rb
#handle_dir_options(opts, options) ⇒ Object
167 168 169 170 171 172 |
# File 'lib/steep/cli.rb', line 167 def (opts, ) opts.on("-I [PATH]") {|path| << Pathname(path) } opts.on("-G [GEM]") {|gem| << gem } opts.on("--no-builtin") { .no_builtin! } opts.on("--no-bundler") { .no_bundler! } end |