coreos / mayday

A diagnostics tool for capturing system state.
Apache License 2.0
80 stars 27 forks source link

Use a config file for loading files and commands #28

Closed tschuy closed 8 years ago

tschuy commented 8 years ago

I'm not 100% sure this is what we want, but it's looking a little funky the way we have it now. After #27, we'll be initializing File objects, and then later setting their Source parameter. I'd be nicer if we were generating those File objects from a stored list elsewhere, either as a go list of strings in the same file or an external list grabbed from a config file.

tschuy commented 8 years ago

Implemented in #29