brew/Library/Homebrew/extend/optparse.rb
2019-04-20 13:27:36 +09:00

8 lines
131 B
Ruby

# frozen_string_literal: true
require "optparse"
OptionParser.accept Pathname do |path|
Pathname(path).expand_path if path
end