TABLE OF CONTENTS


::pwtk::trimImplicitOpts_

SYNOPSIS

proc ::pwtk::trimImplicitOpts_ {optionListArgs} {

DESCRIPTION

Trim implicit -?, -help, and -- options from the option-list

SOURCE

    return [regsub -all {(\-\?|\-help|\-\-)} $optionListArgs {}]
}