mirror of
https://github.com/gosticks/brew.git
synced 2026-08-21 17:10:18 +00:00
6 lines
100 B
Ruby
6 lines
100 B
Ruby
require "optparse"
|
|
|
|
OptionParser.accept Pathname do |path|
|
|
Pathname(path).expand_path if path
|
|
end
|