Embedded Client

We have had many asking for documentation on precisely how command
line arguments map to embedded builder configuration. In looking at
how to do this and maintain it over time we came up with a different
idea. ClusterNode itself now uses the embedded builder. You can now
see precisely how arguments get mapped
https://github.com/EventStore/EventStore/blob/release-v3.8.0/src/EventStore.ClusterNode/Program.cs#L163

Cheers,

Greg