chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Make pry breakpoints work with MultiSpinner #37

Closed tyler-ball closed 6 years ago

tyler-ball commented 6 years ago

Description

1) Pulled Job class out into its own file since we are referencing it more 2) Change dev spinner config value to true/false instead of specifying class names. This allow us to manage classes internally and developers only need to specify 'do I want spinners in my output or not' 3) Introduced a PlainTextHeader class. This allows us to turn the multi-spinner and regular spinner into just single line outputs so 'pry' starts working in local development again

Issues Resolved

N/A

Check List

Signed-off-by: tyler-ball tball@chef.io