Correction | Corrected the suggestion of the /pex config command to /pex config <node> [value].
Addition | Added four missing command suggestions.
Refactoring | The builder pattern used during initialization was overkill and unnecessary. Migrated to simply use overloaded constructors and explicit constructor invocation. Cuts roughly 2kb from the jar size. (Implementation detail - doesn't affect the user experience)