RamblingCookieMonster / PSDepend

PowerShell Dependency Handler
MIT License
285 stars 76 forks source link

Standardize output for installs #17

Open RamblingCookieMonster opened 7 years ago

RamblingCookieMonster commented 7 years ago

At the moment, installs just spit out whatever output happens to be emitted from the dependency script. Ideally, that output could be shuffled to the verbose stream, and a consistent, passthru-esque object could be emitted. This would look cleaner and where needed, allow programmatic use of output.

RamblingCookieMonster commented 6 years ago

Some quick thoughts, current state is quite ugly with some types killing output, other types giving way too much output, etc.

Anything else? Is this too much?

Cheers!