/
opt
/
puppetlabs
/
puppet
/
lib
/
ruby
/
2.7.0
/
optparse
/
Upload Filee
HOME
# frozen_string_literal: false # -*- ruby -*- require 'shellwords' require 'optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}