Current File : //opt/alt/ruby30/share/ruby/optparse/shellwords.rb
# frozen_string_literal: false
# -*- ruby -*-

require 'shellwords'
require 'optparse'

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