module Mixlib::ShellOut::Unix
def validate_options(opts)
def validate_options(opts) if opts[:elevated] raise InvalidCommandOption, "Option `elevated` is supported for Powershell commands only" end end
def validate_options(opts) if opts[:elevated] raise InvalidCommandOption, "Option `elevated` is supported for Powershell commands only" end end