This PR introduces a new CamelCase feature for both Env and Flag loaders. Once enabled it allows us to create flags of --access-key instead of --accesskey, and envrionment variables of ACCESS_KEY instead of ACCESSKEY. This is backwards compatible with the current API.
This PR introduces a new
CamelCase
feature for both Env and Flag loaders. Once enabled it allows us to create flags of--access-key
instead of--accesskey
, and envrionment variables ofACCESS_KEY
instead ofACCESSKEY
. This is backwards compatible with the current API.