Cocona
Cocona copied to clipboard
Move Obtaining Command Line Args Into DI
Moves getting command line args into the DI chain when args are not passed down by the developer,
This allows the DefaultCoconaEnvironmentProvider
to potentially be replaced for the purpose of mocking inputs for integration testing.
fixes #71