Try being more specific about how {:system, :list, ...} works. The current README falsely suggests that the list will be parsed into integers, which is not how it is implemented. This patch adjusts the default value in the example to the same typing as what the resolver would produce from an environment variable.
Coverage remained the same at 100.0% when pulling 27d9b28ffe55841f02deca817c822abd4929adad on soundmonster:patch-1 into c92fd2eb440bc53a29f2a0097a3be687dc85ad6e on Nebo15:master.
Try being more specific about how
{:system, :list, ...}
works. The current README falsely suggests that the list will be parsed into integers, which is not how it is implemented. This patch adjusts the default value in the example to the same typing as what the resolver would produce from an environment variable.