aboutsummaryrefslogtreecommitdiffstats
path: root/lib/optparse/shellwords.rb
blob: 75cb57b72b0b3c5f961a559464c75d101e006055 (plain)
1
2
3
4
5
6
# -*- ruby -*-

require 'shellwords'
require 'optparse'

OptionParser.accept(Shellwords) {|s| Shellwords.shellwords(s)}