chef / omnibus-ctl

Provides service control for omnibus packages
Apache License 2.0
23 stars 24 forks source link

OC-10470: pcc status #6

Closed hosh closed 10 years ago

hosh commented 10 years ago

Implementation notes: it does not use a real parser to figure out option flags. If we want to make continued enhancements to the pcc command, we should port this over to Thor. This patch preserves the current behavior while adding an additional flag.

hosh commented 10 years ago

Ping: @sdelano @seth @manderson26 @oferrigni @marcparadise

jamesc commented 10 years ago

I like the compromise solution for now around command-line parsing, and +1 on moving to better way to do options parsing (and it would be most excellent if that was backwards compatible !)

hosh commented 10 years ago

Yeah, the backwards compat might be tricky but can see what happens.

christophermaier commented 10 years ago

:+1:

schisamo commented 10 years ago

@hosh For future note let's not do version bumping of any kind in feature branches.