The adb config does not easily support having multiple connectors with different configurations in the same application (except by messing around with the environment variables). This change allows the user to specify an explicit configuration name. I have also tidied up the code, guarded against missing data, and made the documentation clearer.
The
adb config
does not easily support having multiple connectors with different configurations in the same application (except by messing around with the environment variables). This change allows the user to specify an explicit configuration name. I have also tidied up the code, guarded against missing data, and made the documentation clearer.