aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/optparse.rb
blob: 784d6d699d4a8708c0ae32c72bb62a8be47f53ae (plain)
1
2
3
4
5
6
require "optparse"
require "pathname"

OptionParser.accept Pathname do |path|
  Pathname(path).expand_path if path
end