HomePhorge

Fixes #4822 -- Puppet doc -o option broken
4798df328526Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fixes #4822 -- Puppet doc -o option broken

The global "-o" option ("--onetime") was overriding the
application-specific option "-o" because global options were being
sent to the OptionParser after application-specific options.

Modified the order in which options are sent to the OptionParser to
have the correct behavior. Also merged together the two methods that
were applying options so that the order is more explicit.

Details

Provenance
Paul Berry <paul@puppetlabs.com>Authored on
Markus Roberts <Markus@reality.com>Committed on Sep 23 2010, 6:11 AM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU99c1019e1d34: [#4798] Puppet doc manifests documentation mode broken
Branches
Unknown
Tags
Unknown

Event Timeline

Markus Roberts <Markus@reality.com> committed rPU4798df328526: Fixes #4822 -- Puppet doc -o option broken (authored by Paul Berry <paul@puppetlabs.com>).Sep 23 2010, 6:11 AM